From: Andre A. <ar...@ki...> - 2012-04-26 12:54:58
|
I am using visual studio 2008 Overall the port went well. wx.dll does not work quite right any more. I will look at it later. 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? if (!wxlState.Ok() /* || (wxlState.GetEventHandler() == NULL) || !wxApp::IsMainLoopRunning()*/) 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 Thanks for the excellent work. Andre |