With the transition from stlport to system STL we lost some (most?) debugging support for STL on Windows. The MSVC STL offers debugging support but that is not activated in our builds. There is, for example the _HAS_ITERATOR_DEBUGGING environment variable that is responsible for activating iterator debugging. However, that only works when doing a "retail build" (compiler message is "warning CRT1005: Iterator debugging not supported in retail builds.") Does anybody know how to turn off retail builds? Building a non-pro version of OpenOffice is apparently not enough.

Additional ideas for debugging system STL are also welcome.

Regards,
Andre

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to