The following modification allow wx.dll to work on window 7 / 64 bits. Without it you get a warning specifiying that comctl32.dll is not loaded. Why this suddenly happen is unknowned and will probably remain this way.
// Override the base class virtual functions bool wxLuaModuleApp::OnInit() { #ifdef __WXMSW__ wxDynamicLibrary comctl32(_T("comctl32.dll"), wxDL_NOW); #endif return true; } Andre ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ wxlua-users mailing list wxlua-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxlua-users