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


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