I have a Windows app in C which can and mainly does load plugins to "do 
the actual work".

One of those plugins is a Lua interpreter allowing users to write their 
scripts. I want to make Lua scripts which can do GUI stuff and not only 
"backend", non-visual things. I wanted to use wxLua for that, but the 
main application already has its own normal Windows event message pump. 
How can I add one or possibly several (from several different Lua GUI 
scripts) mainloops?

Are threads my only solution for this problem or are there alternatives 
I haven't seen yet?

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to