yes, that solved the problem, thankyou > You probably built the library with wxUSE_EXCEPTIONS == 0 and your own > code with wxUSE_EXCEPTIONS == 1. You must use the same options (same > setup.h) for building wx and your code. > > Regards, > VZ > >