From: Steve K. <ha...@ya...> - 2006-06-07 21:32:10
|
Not that I know of. It sounds like you know that you cannot call GUI functions from a thread, so if you're not doing any GUI stuff in the thread wxLuaState there shouldn't be a problem. Yes, the server process is non gui stuff. Even when there is only one thread, that is I ran the server process alone or any non GUI script, with wxlua.exe it failled. very simple thing like print"" or io.write("smt") But runs lua50.exe (download from luabinaries) is fine, of course now I can not run wxLua code :-) wxApp::OnInit() { wxLuaState l1(true); wxLuaState l2(true); I will and let you know later. One thing might be the problem, the win98 I tested is running from vmware ; any chances that vmmon (the memory allocation modules of vmware) is buggy? Unfortunately I do not have a phisical win98 box to test furthur. The winXP and 2k I tested are real ones though. catch u later,.... S.KIEU Send instant messages to your online friends http://au.messenger.yahoo.com |