OK. Anyone shed any light on why calling this as the last thing done before returning a zero from my application would cause the 3.5 color emu rom to fall over moaning about window access ? I mean, I'm not telling it to use anything of mine as you can see.......
This is driving me nuts!
WinScreenMode(winScreenModeSetToDefaults, NULL, NULL,NULL, NULL);
You are calling this when there is no draw window, since all forms have been closed. Precede the WinScreenMode call with
WinSetDrawWindow(WinGetDisplayWindow());
and you'll be OK.
--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
