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 and so on (i.e. a 
library X may only depend from libs listed _after_ X).

Another suggestion is to change (from console and temporarily) your locale to 
be 
"en_us" (american english) and then copy&paste your error message to google 
removing the name of your specific function :D

HTH,
Francesco


Klaas Holwerda ha scritto:
> 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 empty one like this. I think I've seen error messages
>> like these before and I'm guessing that they are from the base class
>> having a vtable, but your subclassed class doesn't explicitly have
>> one.
>>
> 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
wxCode-users mailing list
wxCode-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxcode-users

Reply via email to