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