| | | Compiling...
NwnStdLoader.cpp
e:\prc\nwntools\_nwnlib\NwnKeyFile.h(217) : warning C4996: 'strnicmp' was declared deprecated
d:\vs2005\VC\include\string.h(215) : see declaration of 'strnicmp'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strnicmp. See online help for details.'
e:\prc\nwntools\_nwnlib\NwnModuleFile.h(171) : warning C4996: 'strnicmp' was declared deprecated
d:\vs2005\VC\include\string.h(215) : see declaration of 'strnicmp'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strnicmp. See online help for details.'
.\NwnStdLoader.cpp(228) : warning C4996: 'strcat' was declared deprecated
d:\vs2005\VC\include\string.h(78) : see declaration of 'strcat'
Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\NwnStdLoader.cpp(503) : warning C4996: 'stricmp' was declared deprecated
d:\vs2005\VC\include\string.h(213) : see declaration of 'stricmp'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.'
.\NwnStdLoader.cpp(517) : warning C4996: 'stricmp' was declared deprecated
d:\vs2005\VC\include\string.h(213) : see declaration of 'stricmp'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.'
Creating library...
|