On Sun, Nov 21, 2010 at 8:06 AM, Andre Arpin <ar...@kingston.net> 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

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to