Re: ?? What's that!

2004-08-10 Thread fred qw
Humm... Yes... I find Boolean in palmos.h. But what about FILE? i don't find that definition anywhere. What is the solution for FILE type data? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

?? What's that!

2004-08-10 Thread fred qw
I use typedef like: typedef struct tag_DXFREAD { longFileSize; longStoredStreamPos; longCurrentSection; longCurrentTableType; Boolean isBlockOpen; charReadBuffer[READBUFFERSIZE]; longBufferDataSize; longBu

Memory allocation?

2004-08-09 Thread fred qw
Hi, i try to use a Visual C++ code to program on palm. Infortunately, a part of the code use HGLOBAL. Can you tell me please the equivalent of HGLOBAL of MS VC++ on the palm? typedef struct tag_ENTITIES { HGLOBAL hEntities; <<<- long TotalSize; long FreePos; long LastEntityPos; lo