[omniORB] compiling omniORB3 on NT -- Assertion failure

Andrei Romanov aromanov@northplains.com
Mon, 1 Nov 1999 12:12:01 -0500


I forget to add that you need also to rebuild all omni and other Debug
libries that are linked with your Debug project with the same
macrodefinition _AFX_NO_DEBUG_CRT

> As I understand you can easy avoid these problems with mixing Release and
> Debug builds by macrodefinition in your MFC project _AFX_NO_DEBUG_CRT.
> In the case all memory functions in your Debug build will be compatible
with
> the same functions in Release builds of another component.
>
> Hope it helps.
>
Andrei Romanov