Re: [wxCode-users] Can't compile my own component in Linux. Works fine with VS C++ 2005

2007-02-12 Thread Klaas Holwerda
Matías Szeftel wrote: > Well, I finally got it working. And in my case it were really missing implementations of declared virtual members in the base class. This is because of a newer gcc, since the code compiled already a long time on Unix. Klaas -- Unclassified -

Re: [wxCode-users] Can't compile my own component in Linux. Works fine with VS C++ 2005

2007-02-08 Thread Klaas Holwerda
Another reason might be mixing up Debug wxWidgest with non debug application code. ( flags like __WXDEBUG__ and such ) Klaas John Labenski wrote: > On 2/8/07, Matías Szeftel <[EMAIL PROTECTED]> wrote: > > For starters you may want to try adding virtual destructors for these > classes, just an

Re: [wxCode-users] wxstedit wrong libname in release

2006-11-09 Thread Klaas Holwerda
Francesco Montorsi wrote: > Klaas Holwerda ha scritto: > >>John Labenski wrote: >> >> >>>$nmake WX_VERSION=27 WX_DEBUG=0 -f makefile.vc >> >>Oke if that is the way, better cjhange it to the lattest official release i >>think. >> >>I

Re: [wxCode-users] wxstedit wrong libname in release

2006-11-09 Thread Klaas Holwerda
John Labenski wrote: > $nmake WX_VERSION=27 WX_DEBUG=0 -f makefile.vc Oke if that is the way, better cjhange it to the lattest official release i think. I wonder why it is not possible to detect the version (as i do in Cmake from the library names ). C:\wxMSW-2.7.2\lib\vc_lib\mswd\build.cfg

Re: [wxCode-users] Bakefile libs in configure was Re: does wxstedit compile with 2.6.3

2006-10-25 Thread Klaas Holwerda
John Labenski wrote: > > Anyway, with this simple fix you can use static libs if you like. If I > understand correctly, aren't shared libs faster to compile stuff > locally since the linker stage takes a little less time? Anyway, > that's the reason why I make shared libs if I'm only going to use

Re: [wxCode-users] Bakefile libs in configure was Re: does wxstedit compile with 2.6.3

2006-10-24 Thread Klaas Holwerda
John Labenski wrote: > On 10/23/06, klaas.holwerda <[EMAIL PROTECTED]> wrote: > >>Hi John, >> >>I did the following, to see if the latest produced >>libwx_gtk2d_stedit-2.6.a might work with wxLua: > > > Ok, well first things first, I assume that you can now sucessfully > compile, link, and run w