On Thu, Apr 3, 2008 at 10:20 AM, andre arpin <[EMAIL PROTECTED]> wrote:
>  >
>
>  What I would like is to be able to do is to replace lua.exe by lux.exe.
>
>  lux X.lua which is a normal lua program run normally
>  lux W.lua which uses wx.dll runs the same way as wxlua W.lua
>
>  How would you configure wxLuaFreeze to do just that?

Look at the samples and you'll see that the wx.dll module is always
"required", but of course if you're running the wxLuaFreeze executable
it is already loaded so require "wx" does nothing.

So, I don't think we need a new program lux.exe, since lua.exe does
exactly the above.

Bottom line, wxLua and wxLuaFreeze are linked to the equivalent to
wx.dll and automatically load it into Lua.

Regards,
    John

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Register now and save $200. Hurry, offer ends at 11:59 p.m., 
Monday, April 7! Use priority code J8TLD2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to