Re: [wxlua-users] change to lua module.cpp

2012-06-30 Thread John Labenski
On Sun, Nov 21, 2010 at 8:06 AM, Andre Arpin wrote: > Hi > > After restarting the chnage does not work you have to do it explicitly which > is a bind. > > This is ridiculous and probably a bug in system 7. > > // Override the base class virtual functions > bool wxLuaModuleApp::OnInit() > { > #ifde

[wxlua-users] change to lua module.cpp

2010-11-21 Thread Andre Arpin
Hi After restarting the chnage does not work you have to do it explicitly which is a bind. This is ridiculous and probably a bug in system 7. // Override the base class virtual functions bool wxLuaModuleApp::OnInit() { #ifdef __WXMSW__ ::LoadLibrary(_T("comctl32.dll")); #endif return t