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

2007-02-08 Thread Matías Szeftel
El Jueves, 8 de Febrero de 2007 22:34, klaas.holwerda escribió: > Matías Szeftel wrote: > > btw: referencia a `vtable for ' sin definir = undefined reference to > > `vtable for ' > > Hi Matias, > > Now i have the same for wxArt2D, never seen it before, but after > updating to fedora6, its

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

2007-02-08 Thread klaas.holwerda
Matías Szeftel wrote: > btw: referencia a `vtable for ' sin definir = undefined reference to > `vtable for ' > Hi Matias, Now i have the same for wxArt2D, never seen it before, but after updating to fedora6, its there. If i find it i let you know :-) Klaas ---

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

2007-02-08 Thread Matías Szeftel
El Jueves, 8 de Febrero de 2007 15:01, Francesco Montorsi escribió: > yet another source of problems maybe the library order: since it compiles > with MSVC (where lib order doesn't care) but doesn't under Linux I suggest > you to check that all libraries are orderered in this way: A B C where A >

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

2007-02-08 Thread Matías Szeftel
El Jueves, 8 de Febrero de 2007 12:33, Klaas Holwerda escribió: > Another reason might be mixing up Debug wxWidgest with non debug > application code. ( flags like __WXDEBUG__ and such ) > Hi Klaas, I'm not using such flags in my code. And I'm using the bakefile generated GNUmakefile. Thanks,

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

2007-02-08 Thread Matías Szeftel
El Jueves, 8 de Febrero de 2007 12:27, John Labenski escribió: > On 2/8/07, Matías Szeftel <[EMAIL PROTECTED]> wrote: > > Hi wxCoders! > > I hope you can help me. This might be a more c++ related question but I > > feel that you are the only ones that can help me. HELP!!! :( > > > > I'm tryng to co

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

2007-02-08 Thread Francesco Montorsi
yet another source of problems maybe the library order: since it compiles with MSVC (where lib order doesn't care) but doesn't under Linux I suggest you to check that all libraries are orderered in this way: A B C where A is the lib which depends on B and C, B is the one which depends from C an

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] Can't compile my own component in Linux. Works fine with VS C++ 2005

2007-02-08 Thread John Labenski
On 2/8/07, Matías Szeftel <[EMAIL PROTECTED]> wrote: > > Hi wxCoders! > I hope you can help me. This might be a more c++ related question but I feel > that you are the only ones that can help me. HELP!!! :( > > I'm tryng to comile my component (wxActiveRecordGenerator: activerecord module > in wxCo