Does anyone know if it is possible to build a dll using mingw that will
just drop into the wxpython folder replacing the existing wxmsw24uh.dll?
I would like to be able to make some wxwindows changes without having to
recompile wxpython (or use msvc++).
Does anyone know if it is possible to build a dll using mingw that will
just drop into the wxpython folder replacing the existing wxmsw24uh.dll?
I would like to be able to make some wxwindows changes without having to
recompile wxpython (or use msvc++).
No. Gcc and MSVC use different name-mangling schemes for the C++ symbols. You can't mix C++ code from different compilers.
ยทยทยท
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!