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