Re: VFSFileRead

2004-01-07 Thread Anders Rahm-Nilzon
Thank you so much Jan !!! Best Regards, Anders R-N -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

[Fwd: usb ?]

2004-01-07 Thread Riccardo Cohen
Hi Nobody answered my question, am I in the wrong mailing list ? PS: of course I dont want to use conduit via hotsync. All I need is to exchange some binary data from the PC (or MAC) to the palm. I've read docs about exchange manager, net library etc.. and I wonder why all this is so complicated

Re: CW 9.2/Palm OS 68K Linker crashes

2004-01-07 Thread Flex
I have regular crashes from it when I mess something in the project properties. In general it's working fine but on some (completely reproducable) settings it's crashing 100%. Yesterday I played with multisegment shared library - the main segment is with PalmOS 68K, if I set the linker to Mac

Re: [Fwd: usb ?]

2004-01-07 Thread Flex
The usb is complicated - look in the hotsync folder and you'll find a palmusb.dll - this is the one you have to use to communicate with the device, no other way. Dig here to check for some developer experience with this dll. Riccardo Cohen wrote: Hi Nobody answered my question, am I in the

Re: [Fwd: usb ?]

2004-01-07 Thread Riccardo Cohen
Well I thought that with all the rich api provided for palm communication, there would be a simple way to speak with it from a desktop. I found : USBPort.dll USBTransport.dll USB_Driver/PalmUSBD.inf USB_Driver/PalmUSBD.sys and no documentation. Of course nothing on my Mac. I'm quite sure there

Re: [Fwd: usb ?]

2004-01-07 Thread Flex
Yea, USBPort.dll, sorry :) The sockets are universal, they'll work on nearly all the devices. But there are 2 problems: 1. The sockets are not very fast... compared with the usb 2. How will connect them? I mean on Tungsten W and Treos you can use the gsm module, On T|3 - the bluetooth, on T|C

expansion card problem

2004-01-07 Thread Anders Rahm-Nilzon
hi, I have problem with finding my bitmap on my expansion card. On the simulator it works just fine but when I try it on my device(Zire 71) it doesn't find the bitmap. Is there anything I must do toget my application to find files on the expansion card. I have specified the path

Re: [Fwd: usb ?]

2004-01-07 Thread Riccardo Cohen
Flex wrote: Yea, USBPort.dll, sorry :) The sockets are universal, they'll work on nearly all the devices. But there are 2 problems: 1. The sockets are not very fast... compared with the usb should be faster than serial 2. How will connect them? I mean on Tungsten W and Treos you can use the

Treo 600 Development Resources (Camera/Image/MMS)

2004-01-07 Thread michel molongo
Treo Development Resources has been updated since 2003-12-23 on the palmOne web site in the developers section. The Developer Guide for the Treo 600 (1.0) gives some more details about Camera/Image Library but there are some stuffs that are made referenced that i don't know where to find : -

Re: [Fwd: usb ?]

2004-01-07 Thread Flex
Through the cradle - it's not possible unless you made separate versions for serial and usb. The easiest way is to use this dll (I think I've heard ppl using it), the other way is to run some usb listener (hhd software, usbsniff) and take the communication protocol and made your own drivers.

Re: [Fwd: usb ?]

2004-01-07 Thread Riccardo Cohen
I make an application that will run on a single PC (server). The 10 users have each a palm, and will exchange data with the unique server application. But of course, they do not want to activate the hotsync operation since it would backup their personnal data on the PC. They want to synchronize

Re: CW 9.2/Palm OS 68K Linker crashes

2004-01-07 Thread Regis St-Gelais
-- Flex [EMAIL PROTECTED] a écrit dans le message de news:[EMAIL PROTECTED] I have regular crashes from it when I mess something in the project properties. In general it's working fine but on some (completely reproducable) settings it's crashing 100%. Yesterday I played with multisegment

Re: Sticky breakpoints gone in CW 9.2?

2004-01-07 Thread Tom Frauenhofer
I can guarantee that it's not from a saved image (I have a specific set of POSE image configurations that I've built up to test various device/data configurations, I rarely save POSE images). When it happens it's usually not the first time I've tried debugging my program in that POSE session

MIDI

2004-01-07 Thread Chris Apers
Hi, Is there a way to play MIDI in background (one channel only) on palmos without the limitation of SndPlaySmf. I don't want to make SndPlaySmf the main function of my app. Thanks Chris -- For information on using the Palm Developer Forums, or to unsubscribe, please see

'SetFieldText()' memory problem?

2004-01-07 Thread Joe Siebenmann
Hi All, In my utilities, I have the 'stardard' SetFieldText() function: void SetFieldText(FieldPtr fldP, Char * string) { UInt16 size; MemHandle textH; Char * textP; size = StrLen((const Char *)string); if ( size 0 fldP ) {

Re: [Fwd: usb ?]

2004-01-07 Thread David Temes
May be getting a serial cradle is not a bad idea, the cost of this piece of hardware will be for sure lower than the cost of development if you plan to use usb -- David Temes Riccardo Cohen [EMAIL PROTECTED] escribió en el mensaje news:[EMAIL PROTECTED] Flex wrote: Yea, USBPort.dll,

Re: 'SetFieldText()' memory problem?

2004-01-07 Thread Sebastian Voges
On Wed, 07 Jan 2004 06:12:21 -0800, Joe Siebenmann wrote: Hi All, In my utilities, I have the 'stardard' SetFieldText() function: void SetFieldText(FieldPtr fldP, Char * string) { UInt16 size; MemHandle textH; Char * textP; size = StrLen((const

Re: 'SetFieldText()' memory problem?

2004-01-07 Thread Riccardo Cohen
first I would not use FldSetTextHandle while the handle is locked, but after unlock second the handle provided is not freed by the system. you must do FldSetTextHandle(fldP,NULL); then free your handle Joe Siebenmann wrote: Hi All, In my utilities, I have the 'stardard' SetFieldText()

Re: [Fwd: usb ?]

2004-01-07 Thread Flex
Hmm. So you are in trouble then. It's not so complicated if you have not to implement the whole damn hotsync protocol, just open the usb on the device and try to connect from the pc side. As I said - dig through archives for ideas, I'm pasting some post below. On the other side - if you want

Re: CW 9.2/Palm OS 68K Linker crashes

2004-01-07 Thread Flex
4 times? - are you working 2 hours per day? :))) Yea... it's too buggy... the whole ide+compiller+linker+idon'tknowwhat but it's surely the best one around. Regis St-Gelais wrote: -- Flex [EMAIL PROTECTED] a écrit dans le message de news:[EMAIL PROTECTED] I have regular crashes from it when I

T3 silkscreen and hacks

2004-01-07 Thread Kaloyan Donev
Hi, Is there some one who knows how exctly the system applications are resizing the silcscreen area on Tungsten T3. I have a crash problem with the Calendar. My application is started by the Notification manager as a hack over the currently running appl and then resizing the silcscreen.

pqa, html, os5

2004-01-07 Thread Henrik Fredriksson
Hi I developed an application a while ago (PalmOS 5 was just about to be released) that uses web clipping and PQA-files as built-in help. Since web clipping and PQA files is not supported by PalmOS 5, what are the alternatives? I want some system that is working on PalmOS3.5+. The good thing

Re: CW 9.2/Palm OS 68K Linker crashes

2004-01-07 Thread Regis St-Gelais
-- Flex [EMAIL PROTECTED] a écrit dans le message de news:[EMAIL PROTECTED] 4 times? - are you working 2 hours per day? :))) Only 4 times because I always build the subtarget first. Yea... it's too buggy... the whole ide+compiller+linker+idon'tknowwhat but it's surely the best one around.

Re: CW 9.2/Palm OS 68K Linker crashes

2004-01-07 Thread Matthew Henry
Alan Ingleby [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] FWIW, I use CW9.2 a LOT, and never get crashes. I use it all day, every day, on a fairly complicated project with many object files and segments and I'd say it crashes at most a couple of times a week. Usually while

Re: MIDI

2004-01-07 Thread Aaron Ardiri
Is there a way to play MIDI in background (one channel only) on palmos without the limitation of SndPlaySmf. I don't want to make SndPlaySmf the main function of my app. http://www.mobilewizardry.com/palm/fidelity/ can then play multi-channel and mix in sampled sound effects as well. now, if

Re: [Fwd: usb ?]

2004-01-07 Thread Matthew Henry
all I want is connectiong the palm with the PC. Can I use socket through the cradle ? Haven't tried any fancy-schmancy communication myself between the Palm and Desktop. But there is a version of VNC for the Palm with source code. Presumably that will give you TCP/IP communication ideas.

Re: MIDI

2004-01-07 Thread Luc Le Blanc
Run with POSE, the demo leaks 1300 bytes :( -- Luc Le Blanc Aaron Ardiri a écrit : Is there a way to play MIDI in background (one channel only) on palmos without the limitation of SndPlaySmf. I don't want to make SndPlaySmf the main function of my app.

Sound Stream memory problem

2004-01-07 Thread Svilen Stoyanov
Hello, I am succesfully running streamming sound in the OS5 device. This is nothing special just pure PCM mono wave with 11 KHz sample rate. But after about 100 streaming sounds that I have played in my game, Palm OS Simulator Debug version, crashes with message Out of memory. After some

from the compiler word aligning things? non-word-aligned handle?

2004-01-07 Thread John Lai
Hi all, In ToDoDB.h, when defining a structure, the author sometimes add reserved member with comment from the compiler word aligning things. Why? typedef struct { DateTypedueDate; UInt8 priority; // high bit is complete flag UInt8 reserved;

Re: MIDI

2004-01-07 Thread Aaron Ardiri
Run with POSE, the demo leaks 1300 bytes :( kinda expects OS5 or Sony :) and, its just a test *g* - i didn't put OS verification checks in there, but - could be a leak :) minor (as it is just a demo) --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php

simulators with 5-way navigator

2004-01-07 Thread Vu Pham
I am looking for the simulators that supports 5-way navigator in order to test my lib. Currently I only know of simulators of Treo600 ( that uses the numberic pad ) and Tungsten T ( that uses the Alt+arrow or Alt-Ctl as posted on this list ). Could you please let me know what else ? Thanks, Vu

Re: MIDI

2004-01-07 Thread Luc Le Blanc
Aaron Ardiri a écrit : Run with POSE, the demo leaks 1300 bytes :( kinda expects OS5 or Sony :) and, its just a test *g* - i didn't put OS verification checks in there, but - could be a leak :) minor (as it is just a demo) You mean the complete version has major leaks :))) -- Luc Le

UIBusyCount underflow

2004-01-07 Thread visios
Someone knows what means this error? SystemMgr.c, Line:7155, UIBusyCount underflow Thanks luigi!! -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: MIDI

2004-01-07 Thread Aaron Ardiri
kinda expects OS5 or Sony :) and, its just a test *g* - i didn't put OS verification checks in there, but - could be a leak :) minor (as it is just a demo) You mean the complete version has major leaks :))) nah.. check if there is a memory leak in lemmings :) uses the same engine. *g* -

Re: SysKeyboardDlg

2004-01-07 Thread sangeetha bose
Hi, Thank you for all your information. Where can i get the Palm OS keyboard form resouce. thanks. Sangeetha. --- Luc Le Blanc [EMAIL PROTECTED] wrote: Actually, can you use the Palm OS keyboard form resource, load it and set up your own event handler with FrmDoDialog? Not having to write

Re: SysKeyboardDlg

2004-01-07 Thread sangeetha bose
Hi, Where can i get the Palm OS keyboard form resouce. thanks. Sangeetha. Actually, can you use the Palm OS keyboard form resource, load it and set up your own event handler with FrmDoDialog? Not having to write yor own resource would save half the trouble.

Hang-up at AppStop?

2004-01-07 Thread Robert Scott
I've been struggling with a hang-up problem for many days now, and I have narrowed the problem down to starting and stopping the sampled audio input stream. Here are the symptoms. When my app is running and I switch to a different app, there is about a 2% chance that the whole device will hang,

Fatal Exception: Could it be a bad Memory Management ?

2004-01-07 Thread Marcel
When I close my application (on Palm OS 5), I sometimes get a Fatal Exception Message. I noticed that the application can complete the AppStop()-function properly, the exception is happening after the AppStop()-function. Since the exception only occurs if I have called another specific function

OS 5 Simulator, FrmCustomAlert(), text can't end with blank line error

2004-01-07 Thread Brian Preston
Anyone familiar with this? I searched the archives and couldn't find anything similar. I only get this while debugging OS 5 with the Simulator, works fine with POSE with earlier OS's. The debugger is stopped at the FrmCustomAlert() line, where I pass empty strings for variables ^2 and ^3.

Re: OS 5 Simulator, FrmCustomAlert(), text can't end with blank line error

2004-01-07 Thread José dos Santos Machado
You shall not pass empty strings do ^2 and ^3. Use a string with single space instead ( ). This is on the docs of FrmCustomAlert. :-) Cheers! -- J. Machado -- [EMAIL PROTECTED] Brian Preston escreveu: Anyone familiar with this? I searched the archives and couldn't find anything

Re: OS 5 Simulator, FrmCustomAlert(), text can't end with blank line error

2004-01-07 Thread Brian Preston
The Palm OS Reference (which I did read before posting this, btw) that I've been using says that is only required for OS 2.0 and below. I was testing 5.0, so I didn't think I needed to do that. However, that solved the problem! So thanks. I wonder if the Reference is wrong, or the Simulator?

TblSetItemPtr + Can I be causing aMemory Leak!

2004-01-07 Thread Muriph, Michael
If I do the following: h = MemPtrNew(50); StrCopy(h, Test String); And then hand the ptr to the table with TblSetItemPtr. Do I need to free the Ptr or will the Table do it?? -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: OS 5 Simulator, FrmCustomAlert(), text can't end with blank line error

2004-01-07 Thread José dos Santos Machado
The Palm OS Reference (which I did read before posting this, btw) that I've been using says that is only required for OS 2.0 and below. I was testing 5.0, so I didn't think I needed to do that. Hmmm... .I guess I missed that part of the reference... However, that solved the problem! So thanks. I

Re: Fatal Exception: Could it be a bad Memory Management ?

2004-01-07 Thread Matthew Henry
Marcel [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Since the exception only occurs if I have called another specific function of my application before, I guess that the reason for the exception might be a memory leak in this other function. Question: Can memory leaks or a bad

Re: OS 5 Simulator, FrmCustomAlert(), text can't end with blank line error

2004-01-07 Thread Matthew Henry
Brian Preston [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] The Palm OS Reference (which I did read before posting this, btw) that I've been using says that is only required for OS 2.0 and below. I was testing 5.0, so I didn't think I needed to do that. However, that solved the

No word wrapping info?

2004-01-07 Thread Luc Le Blanc
Running the Gremlins, I get error Field.c, Line:211, No word wrapping info. Alas, running the minimize process, the problem is not reproduced :( But what is this error anyway? I update my fields with FldSetTextHandle, which calls FldRecalculateField to update the word wrap info. Or am I missing

POSE finds but cannot minimize Null width or heigth bitmap

2004-01-07 Thread Luc Le Blanc
Running the Gremlins, I get error Bitmap.c, Line:63, Null width or height. Alas, running the minimize process, the problem is not reproduced :( I only have one WinDrawBitmap call in my program, and it draws a single bitmap resource, which has a not null width and height (and it works). Can

Function AlmSetAlm()

2004-01-07 Thread Juan José Cuzziol
Somebody has any code example using the AlmSetAlm() function. ? Thanks. Juan -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

HWUtils Lib

2004-01-07 Thread pcles
Hello, I've downloaded HardwareUtils68K.h from http://pluggedin.palmone.com As said in the file header, this file contains public API of HardwareUtils library used by 68K applications. (sounds promising: header file which is used for various hardware functions such as: ·Turning the screen

Debugging problems with simulator and palm debugger

2004-01-07 Thread cfaun
While trying to debug an application, when I drag and drop it to the simulator with the debug version of palmos 5.3 [others also tried] (or use the install database menu function), simulator crashes and the entire computer followings suit. Thus, I do not even get a chance to load the debugger.

Re: POSE finds but cannot minimize Null width or heigth bitmap

2004-01-07 Thread Chris Tutty
From: Luc Le Blanc [EMAIL PROTECTED] Running the Gremlins, I get error Bitmap.c, Line:63, Null width or height. Alas, running the minimize process, the problem is not reproduced :( I only have one WinDrawBitmap call in my program, and it draws a single bitmap resource, which has a not null

Re: simulators with 5-way navigator

2004-01-07 Thread Dave Lasker
Like I told you in http://www.escribe.com/computing/pcpqa/m82953.html, search this group's archives for navigator. There are posts here reporting it working on Zire71 and T3 as well. Dave Vu Pham [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I am looking for the simulators that

Sound app hangs (was: Hang-up at AppStop)

2004-01-07 Thread Robert Scott
I've just tried a different approach. Instead of stripping things away from my app, I decided to start with a pure new CW 9.2 project. I used the New PalmOS C Application wizard to create a new project. I used all the defaults (no special features). The only thing I changed in the project

Re: pqa, html, os5

2004-01-07 Thread Alan Ingleby
Henrik Fredriksson [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I developed an application a while ago (PalmOS 5 was just about to be released) that uses web clipping and PQA-files as built-in help. Since web clipping and PQA files is not supported by PalmOS 5, what are the