From: John L. <jla...@gm...> - 2012-05-02 04:41:18
|
On Tue, May 1, 2012 at 8:52 PM, Steve Murphree <sm...@sm...> wrote: > I've managed to integrate wxLua into a DLL that my application uses. The > DLL is purely there to provide script capabilities. When a user wants to > run a script, the action ends up in the DLL which uses the following code: I have not tried this myself. Please see the link below if you haven't already. The README claims the sample does exactly what you want. http://svn.wxwidgets.org/viewvc/wx/wxWidgets/trunk/samples/dll/ > This, at first, seems to work fine. The script will execute and show it's > GUI window. Take minimal.wx.lua, for example. But when you are done > playing with the script, you can't close its top level window! I seem to Other people have had similar problems, but I don't think the solution suggested here (a hidden frame) is the right one, see the sample above. http://trac.wxwidgets.org/ticket/11496 Regards, John |