Re: win32lib: manipulating vWinMainState
- Posted by Derek Parnell <ddparnell at bigpond.com> Jul 26, 2004
- 534 views
Alexander Toresson wrote: > > I had a problem with the windows version of the debugger, though I forgot > it, so it got released anyway. What that include file needs is to have a > window open without having called WinMain(). I found out that what is > needed is a way to make vWinMainState = kStarted. I made a hack into my > win32lib.ew and made vWinMainState global, and that's why I forgot it. > Maybe vWinMainState should be global, or vWinMainState should be set to > kStarted in openWindow() I will not be making vWinMainState global. However, I am interested in making things better/useful so what is the problem you were trying to solve by making this global? Maybe I can do it another way. -- Derek Parnell Melbourne, Australia