View Single Post
  #12  
Old 06-18-2007, 09:11 AM
moydock
Discordant
 
Join Date: Jun 2005
Posts: 286
Default

I'm also getting a bunch of errors like this before that one while building if you can make any sense of it.

EQEMuError.cpp
..\common\EQEMuError.cpp(93) : warning C4996: 'strcpy' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(73) : see declaration of 'strcpy'
Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\common\EQEMuError.cpp(134) : warning C4996: 'getch' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\conio.h(145) : see declaration of 'getch'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getch. See online help for details.'
__________________
-Croup (the rogue)
Creator of Pandemic (PvP-Racewars)
Reply With Quote