Oleg Dedkow wrote:
Robert Osfield schrieb:
On 7/19/06, Oleg Dedkow <[EMAIL PROTECTED]> wrote:
Hello,
I have built it on WindowsXP with Visual Studio 2005 (normal build). I
have to build all the 3rd party libraries myself :-)
Thanks for the feedback.
There are still some warnings about using "deprecated" functions, e.g.:
warning C4996: strcpy was declared deprecated
So MS is deprecating ANSCI C??
yes :-)
Perhaps its time to deprecate this waning with #pragma.
"Export" file (Core osg) deprecates this waning already:
line 30: #pragma warning(disable: 4996).
Robert, is it possible to move this deprecation to the "global config
file" (I am new to OSG, does OSG contain something like that?)
I think in this case it is better to define _CRT_SECURE_NO_DEPRECATE to
1 as recommended in the VS8 documentation. For me ignoring all
deprecates warnings is to dangerous.
Markus
--
Dipl.-Ing. Markus Trenkwalder
Software Architecture & Development
_________
(___ ____) www.s-p.cc
___) S&P Simmulationstechnik
Phone: +43 (0)512 393255
Fax: +43 (0)512 393255 33
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/