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