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?)


Robert.
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/



_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to