From: "Steve Mann" <[EMAIL PROTECTED]>
> do {
> WinHandle winH = WinGetActiveWindow ();
> // snip ...
> }
> while (event.eType != appStopEvent);
I don't have the answer to Steve's question, but this code has prompted a
new question from me. What exactly is the effect of declaring and
initializing winH inside this loop which will be executed thousands of
times?
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
- Re: variable creation inside loop Richard Burmeister
- Re: variable creation inside loop Keith Rollin
