Hi,
On Thu, 2009-07-02 at 18:45 +0800, Gerrit Voß wrote:
> Hi,
>
> > >
> > > Relase NoOpt looks good (/Od and /MD).
> > >
> >
> > not quite ;(. If you set _DEBUG and /MD you have to play with the
> > _SECURE settings otherwise you get unresolved symbols, currently trying
> > to figure which one's you need ;).
>
> aarrrgggg this _SECURE stuff is crap. The more you dig the more garbage
> appears. Worst it changes the binary layout of things and one can not
> even detect it ;( And it seems to kill performance even in release
> mode ;(
>
> Does anybody has a problem when we disable this for good, after all it
> is C++ not Java or C#.
>
that actually meant using the following settings to turn it off
-D_CRT_SECURE_NO_DEPRECATE
-D_CRT_SECURE_NO_WARNINGS
-D_CRT_NONSTDC_NO_DEPRECATE
-D_SECURE_SCL=0
-D_SCL_SECURE_NO_WARNINGS
-D_SCL_SECURE_NO_DEPRECATE
-D_HAS_ITERATOR_DEBUGGING=0
sorry for any confusion
kind regards,
gerrit
------------------------------------------------------------------------------
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users