Hi Jérôme,

Jérôme VUARAND ha scritto:
> I just downloaded the new module release wxlua-2.8.0.0-dlls.zip. Since
> there are no samples with it
yes, it's supposed to be a very very minimal download, with just all DLLs
required by wxLua. If you're interested in using wxLua you should get either the
installer or the source archives and then build them.

> I downloaded those from the wxLua source
> packages. I then tried to run them with that command line :
> $ lua -lwx minimal.wx.lua
> 
> But the application are not running properly. Consistently with all
> samples,
the luamodule.wx.lua sample works fine with me....

> the application window pops for a fraction of a second and
> then depops. I tried adding an infinite loop at the end of the sample
> or a blocking read on stdin, but then the window don't receive any
> event.
yes, I do see it (except in the luamodule.wx.lua sample). It's because they 
miss 
the

  require("wx")

call...

HTH,
Francesco


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to