Hello,
I was wondering if anyone had prebuilt Windows binaries available for
download anywhere, not debug or hybrid?
lipid@68k.org wrote:
Hello,
I was wondering if anyone had prebuilt Windows binaries available for
download anywhere, not debug or hybrid?
Not I, but why do you want it? The 2.3.3.1 binaries are now the same as FINAL=1 except __WXDEBUG__ is defined so you get runtime diagnostics. The binaries have max optimizations turned on, memory tracking turned off, etc.
BTW, a couple days ago I checked in code that turns the wxASSERT messages into Python exceptions. (You can also call a method of wxApp that sets different modes. One gives you the dialogs like you have now, another ignores the asserts all together.)
ยทยทยท
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!