From: John L. <jla...@gm...> - 2012-05-02 04:53:50
|
On Thu, Apr 26, 2012 at 8:54 AM, Andre Arpin <ar...@ki...> wrote: > I am using visual studio 2008 > > Overall the port went well. You are using the CMake build? > wx.dll does not work quite right any more. I will look at it later. I have not really tested the wx.dll built by CMake. I was trying to statically link the wxWidgets libs so we would only have the single dll. > Change in wxlua_printFunction of file wxlstate.cpp > > The console did not display messages because > wxlState.GetEventHandler() == NULL > and !wxApp::IsMainLoopRunning() is also true > > commenting these tests makes the console display but is this right? > I am surprise that this works since the handler is used to invoke > wxLuaStandaloneApp::OnLua > so I am wondering if some changes have been done in wxWidgets event handler Hummm, I thought it worked, but maybe it didn't. Regards, John |