Re: win32lib: manipulating vWinMainState
- Posted by "Wolf" <wolfritz at king.igs.net> Aug 02, 2004
- 505 views
I'll take a wild guess. Alex is trying to access some win32lib procedures or functions *before* calling WinMain() , and this isn't allowed any more, for some ? reason. In the old-days, you could still access almost any API functionality thru win32lib *without* even having a window. > > I will not be making vWinMainState global. However, I am interested > > > the .ew's window is "immune" to events if not. The problem is that > > > vWinMainState is set to > > > kNotStarted. > I don't understand the problem.