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;
long CurrentEntityPos;
long EntitiesNumber;
} ENTITIES, *PENTITIES;
fred
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/
