John Labenski <jlaben...@...> writes:

> Can you make the change at the bottom of this page and see if it fixes
> it without (re)loading comctrl32 in wxLua?
> 
> http://wiki.wxwidgets.org/Creating_A_DLL_Of_An_Application
> 

changing 
::LoadLibrary(_T("comctl32.dll"));
to
static wxDynamicLibrary dllComCtl32(_T("comctl32.dll"), wxDL_VERBATIM);

works

actually 
static wxDynamicLibrary dllComCtl32(_T("comctl32"));

works as well it is the static which does the trick.

Andre

PS: Is this the way you wanted this tested


------------------------------------------------------------------------------
What happens now with your Lotus Notes apps - do you make another costly 
upgrade, or settle for being marooned without product support? Time to move
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
use, and manage than apps on traditional platforms. Sign up for the Lotus 
Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to