[wxlua-users] Threading and mdi frames

2007-12-17 Thread Attila
Hi all! My first problem: as I saw, wxWidgets has wxThread, what we can use multi-threading with, but that's not implemented in wxLUA. I want to ask the author to implement it, because now I am using LUA-AIO, which has inbuilt ThreadCreate()/ThreadDestroy() and mutex functions, but I want

Re: [wxlua-users] current version

2007-12-17 Thread John Labenski
On Dec 17, 2007 11:03 AM, Andre [EMAIL PROTECTED] wrote: Just got a current version of both widgets and wxlua I think your wxWidgets version is 2.8.5, current is 2.8.7. A few minor problems in function static int LUACALL wxLua_wxAuiTabCtrl_IsDragging(lua_State *L) bool returns =

Re: [wxlua-users] Using and building the Lua module

2007-12-17 Thread John Labenski
On Dec 17, 2007 2:53 PM, Ryan Pusztai [EMAIL PROTECTED] wrote: I am trying to have the smallest ammount of dlls to distribute when using wxLua as a Lua module. (require( wx ) ) Is there a way to build so all I need os the monolithic wxWidgets dll and the wx.dll with all the functionality of

Re: [wxlua-users] Threading and mdi frames

2007-12-17 Thread John Labenski
On Dec 17, 2007 8:18 AM, Attila [EMAIL PROTECTED] wrote: Hi all! My first problem: as I saw, wxWidgets has wxThread, what we can use multi-threading with, but that's not implemented in wxLUA. I want to ask the author to implement it, because now I am using LUA-AIO, which has inbuilt

Re: [wxlua-users] Using and building the Lua module

2007-12-17 Thread Ryan Pusztai
On Dec 17, 2007 3:44 PM, John Labenski [EMAIL PROTECTED] wrote: If you use MS Visual Studio you can try using $nmake.exe makefile.vc WX_MONOLITHIC=1 Note however, that the last I knew the Bakefile build files for the VC GUI have different flags than with nmake.exe so that you have rebuild

Re: [wxlua-users] Using and building the Lua module

2007-12-17 Thread Hakkı Doğusan
Hi, Ryan Pusztai wrote: On Dec 17, 2007 3:44 PM, John Labenski [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: If you use MS Visual Studio you can try using $nmake.exe makefile.vc http://makefile.vc WX_MONOLITHIC=1 Note however, that the last I knew the Bakefile build

Re: [wxlua-users] Using and building the Lua module

2007-12-17 Thread Ryan Pusztai
On Dec 17, 2007 5:20 PM, Hakkı Doğusan [EMAIL PROTECTED] wrote: Yes, possible :) I'm using wxLua like you want to do. If you want a precompiled dll, you may get from here: http://www.dogusan.net/dogusanh/download.html#luacairo (Downloads for Snippets application (GUI with wxLua) includes

Re: [wxlua-users] Using and building the Lua module

2007-12-17 Thread Ryan Pusztai
On Dec 17, 2007 5:25 PM, Ryan Pusztai [EMAIL PROTECTED] wrote: This is great. Can you share how you made this happen. I am going to be using this in a corporate setting and they want to make sure it can be maintained with as little effort as possible for the foreseeable future. Thanks. --

Re: [wxlua-users] Using and building the Lua module

2007-12-17 Thread Hakkı Doğusan
Hi, Ryan Pusztai wrote: On Dec 17, 2007 5:25 PM, Ryan Pusztai [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: This is great. Can you share how you made this happen. I am going to be using this in a corporate setting and they want to make sure it can be maintained with as

Re: [wxlua-users] Using and building the Lua module

2007-12-17 Thread Hakkı Doğusan
Hi, Ryan Pusztai wrote: On Dec 17, 2007 5:25 PM, Ryan Pusztai [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: This is great. Can you share how you made this happen. I am going to be using this in a corporate setting and they want to make sure it can be maintained with as

[wxlua-users] missing inline wxlua_error

2007-12-17 Thread Hakkı Doğusan
Hi, (current cvs, mingw, winxp) Removed inline in wxlstate.h prevents mingw to link (multiple definition error). -- Regards, Hakki Dogusan - SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace.

Re: [wxlua-users] missing inline wxlua_error

2007-12-17 Thread John Labenski
On Dec 17, 2007 9:03 PM, Hakkı Doğusan [EMAIL PROTECTED] wrote: Hi, (current cvs, mingw, winxp) Removed inline in wxlstate.h prevents mingw to link (multiple definition error). Thanks, fixed now. MSVC doesn't have that problem. Regards, John

Re: [wxlua-users] About wx/samples/image/image.cpp

2007-12-17 Thread John Labenski
On Dec 16, 2007 6:59 AM, Hakkı Doğusan [EMAIL PROTECTED] wrote: Hi, I translated mentioned sample to wxLua. http://www.dynaset.org/dogusanh/download/wxluaimage.zip (448Kb) Great! - Designed to work in wxLua/samples/wximage folder I wish the images that it uses weren't so large. I wonder

[wxlua-users] Snapshots are a bit old

2007-12-17 Thread Ryan Pusztai
Hi, The nightly snapshots seem to be a bit old. The latest one is dated 12-02-1007. Is this intentional? I can't use CVS from work because of the firewall, so this is the way I get my source. Is there any better way to get it? Is Subversion going to be an option? -- Regards, Ryan RJP Computing

Re: [wxlua-users] Snapshots are a bit old

2007-12-17 Thread John Labenski
On Dec 18, 2007 12:45 AM, Ryan Pusztai [EMAIL PROTECTED] wrote: Hi, The nightly snapshots seem to be a bit old. The latest one is dated 12-02-1007. Is this intentional? I can't use CVS from work because of the firewall, so this is the way I get my source. Is there any better way to get I will