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
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