In article <92676@palm-dev-forum>, [EMAIL PROTECTED] says... > I'll try looking around for that definition, but this is a CW 7 project > that was imported in. Also, I just mean in the debugger: I don't > have any code that accesses into it, but it's nice to see what the > various API calls do to the FormType.
The debugger works off type information compiled with the program. The way the Palm OS 4.0 and 5.0 SDK headers hide structure internals also hides them from the debugger, which means you can't peak into them while debugging. Once you've verified that you compile in strict mode, you may want to turn that off for debugging if you want to inspect the data. -- Ben Combee <[EMAIL PROTECTED]> CodeWarrior for Palm OS technical lead Get help at http://palmoswerks.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
