From: John L. <jla...@gm...> - 2012-06-30 19:36:26
|
On Sun, Nov 21, 2010 at 8:06 AM, Andre Arpin <ar...@ki...> 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() > { > #ifdef __WXMSW__ > ::LoadLibrary(_T("comctl32.dll")); > #endif > return true; > } > > Andre Thank you for this! I wish I hadn't missed it before, it would have saved me quite a bit of time. Thanks again, -John |