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

[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