When preparing some exe using wxPython 2.3.3.1 (final), I
notice the following:
wxPythonWIN32-2.3.3.1-Py22.exe contains wxmsw233h.dll,
should it not contain something like wxmsw233.dll (non
hybrid version)?
No, it's correct. I changed the definition of hybrid to be the same as FINAL except that __WXDEBUG__ is defined, and I only make one set of binaries now. This gives you runtime diagnostics as well as optimized code.
ยทยทยท
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!