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

2007-12-17 Thread Ryan Pusztai
On Dec 17, 2007 8:58 PM, Hakkı Doğusan <[EMAIL PROTECTED]> wrote: > I've put a file containing lua.cbp, wxlua.cbp here: > > http://www.dynaset.org/dogusanh/download/wxLua-CodeBlocks.zip > > - I tested them against current cvs > - wx-2.8.7 build with > mingw32-make -fmakefile.gcc MONOLITHIC=1 BUI

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] > > 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 wi

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] > > 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 wi

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 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)" in

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] > > 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 Bakefil

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 rebu

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 functional

[wxlua-users] Using and building the Lua module

2007-12-17 Thread Ryan Pusztai
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 wxLua built into the wx.dll. Even if I just needed two dlls for the