Re: [wxlua-users] Help me please with wxLua embedded

2009-10-24 Thread dd
Tnx for help. Problem was in mingw ( I recompilead all with MS VC ++ 2008 express and all works. -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend thi

Re: [wxlua-users] Help me please with wxLua embedded

2009-10-21 Thread Klaas Holwerda
dd wrote: This means, code of wxWidgets library will be duplicated?! Yes, you will have a second set of libraries, that are statically linked. And of course you start with debug info in it, which makes them huge. But in release they are oke. Be aware that you wx-config the right way etc. If

Re: [wxlua-users] Help me please with wxLua embedded

2009-10-21 Thread dd
klaas.holwerda writes: > I advice you to use wxWidgets NON shared but static, and the same for wxLua. > I would not be surprised it works in that case. > Especially with mingw and cygwin. > > Klaas. > This means, code of wxWidgets library will be duplicated?! If wx will be static linked in my

Re: [wxlua-users] Help me please with wxLua embedded

2009-10-20 Thread klaas.holwerda
In my firs post i wrote: >> I have wxWidgets: 2.8.10. >> Compiler: mingw >> Make options: UNICODE, RELEASE, SHARED, MONOLITHIC. >> And I have wxLua: 2.8.10 >> Compiler: mingw >> Make options: UNICODE, RELEASE, SHARED, WXSHARED, MONOLITHIC. >> (Tryed MONOLITHIC = 0, not work correctly too.) >>

Re: [wxlua-users] Help me please with wxLua embedded

2009-10-20 Thread dd
> I have found that when an apps crashes for unknown reasons you have > somehow linked or compiled it improperly. It is very strange that > wxLuaCan does not work and points to some problem with your build. Can > you run any of the wxWidgets C++ samples? > > Are you sure that the wxWidgets libs, w

Re: [wxlua-users] Help me please with wxLua embedded

2009-10-20 Thread John Labenski
On Tue, Oct 20, 2009 at 7:29 PM, dd wrote: > > OMG. I looked this apps. I readed manuals and have no problem with > understanding. > Tryed compile wxLuacan. It compiles ok, but application dont launch - system > error > 0xC005 (see above). > I have no problem to compile. > I have problem - app

Re: [wxlua-users] Help me please with wxLua embedded

2009-10-20 Thread dd
klaas.holwerda writes: > > Hi, > > There is apps/wxLuacan, which has wxLua embedded.. > And you could have a look at wxArt2D, which has several apps which have > wxLua embedded, plus scripting stuff.etc. > > Klaas > OMG. I looked this apps. I readed manuals and have no problem with underst

Re: [wxlua-users] Help me please with wxLua embedded

2009-10-20 Thread klaas.holwerda
Hi, There is apps/wxLuacan, which has wxLua embedded.. And you could have a look at wxArt2D, which has several apps which have wxLua embedded, plus scripting stuff.etc. Klaas dd wrote: > Hi all. > I need big help. > Already 2 weeks i 'm trying create wx application with wxLua embedded and in >

[wxlua-users] Help me please with wxLua embedded

2009-10-20 Thread dd
Hi all. I need big help. Already 2 weeks i 'm trying create wx application with wxLua embedded and in vain. I readed all information, compilied wxWidgets and wxLua tight (i think), but my application dont works. OS Windows. I have wxWidgets: 2.8.10. Compiler: mingw Make options: UNICODE, RELEASE