i tryed to use what u told me.. but still when i debug to see what my structer contains i can see only "invalid pointer"!!
i'm using AppInfoType* foo = (AppInfoType *)MemPtrNew(sizeof(AppInfoType));
^^^
MemSet(app,sizeof(AppInfoType),0);
^^^
These are two different variables. Don't you mean to have "app" instead of "foo"?
- Logan
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
