Missing build files.
I'm giving this another whirl, and one of these days I swear I'll compile right on the first try. For starters like my other ones I've done followed Huppy's guide.
Anyways, was able to compile with 5-0-0 as expected, yet my source/trunk/eqemuserver/build lacks 4 of the files I need (Chatserver.exe, eqlaunch.exe, World.exe, Zone.exe)
Here are the individual project results:
Quote:
1>EMuShareMem - 0 error(s), 1 warning(s)
2>World - 0 error(s), 1 warning(s)
3>Zone - 0 error(s), 0 warning(s)
4>eqlaunch - 0 error(s), 18 warning(s)
5>ucs - 0 error(s), 84 warning(s)
|
Now the warnings I get:
Quote:
eqlaunch
4>q:\source\trunk\eqemuserver\common\tinyxml\tinyx ml.h(280) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
4> c:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(157) : see declaration of 'strncpy'
4>q:\source\trunk\eqemuserver\common\tinyxml\tinyx ml.cpp(103) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
4> c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
4>q:\source\trunk\eqemuserver\common\tinyxml\tinyx ml.cpp(126) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
4> c:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
4>q:\source\trunk\eqemuserver\common\tinyxml\tinyx ml.cpp(718) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
4> c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
4>q:\source\trunk\eqemuserver\common\tinyxml\tinyx ml.cpp(726) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
4> c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
4>q:\source\trunk\eqemuserver\common\tinyxml\tinyx ml.cpp(944) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
4> c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
4>q:\source\trunk\eqemuserver\common\tinyxml\tinyx ml.cpp(989) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
4> c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
4>q:\source\trunk\eqemuserver\common\tinyxml\tinyx ml.cpp(1122) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
4> c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(324) : see declaration of 'sscanf'
4>q:\source\trunk\eqemuserver\common\tinyxml\tinyx ml.cpp(1129) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
4> c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(324) : see declaration of 'sscanf'
4>q:\source\trunk\eqemuserver\common\tinyxml\tinyx ml.cpp(1137) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
4> c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
4>q:\source\trunk\eqemuserver\common\tinyxml\tinyx ml.cpp(1144) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
4> c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
4>timer.cpp
4>q:\source\trunk\eqemuserver\common\tinyxml\tinyx ml.h(280) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
4> c:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(157) : see declaration of 'strncpy'
4>TCPServer.cpp
4>q:\source\trunk\eqemuserver\common\timer.cpp(68 ) : warning C4244: '=' : conversion from 'time_t' to 'long', possible loss of data
|
Quote:
ucs
5>q:\source\trunk\eqemuserver\ucs\clientlist.cpp(1 012) : warning C4018: '<' : signed/unsigned mismatch
5>q:\source\trunk\eqemuserver\ucs\clientlist.cpp(1 314) : warning C4018: '<' : signed/unsigned mismatch
5>q:\source\trunk\eqemuserver\ucs\clientlist.cpp(1 317) : warning C4018: '<' : signed/unsigned mismatch
5>q:\source\trunk\eqemuserver\ucs\clientlist.cpp(1 427) : warning C4018: '<' : signed/unsigned mismatch
5>q:\source\trunk\eqemuserver\ucs\clientlist.cpp(1 430) : warning C4018: '<' : signed/unsigned mismatc
5>q:\source\trunk\eqemuserver\common\dbcore.cpp(19 9) : warning C4244: '=' : conversion from 'my_ulonglong' to 'int32', possible loss of data
5>q:\source\trunk\eqemuserver\common\dbcore.cpp(20 1) : warning C4244: '=' : conversion from 'my_ulonglong' to 'int32', possible loss of data
5>q:\source\trunk\eqemuserver\common\eqpacket.cpp( 206) : warning C4244: '=' : conversion from 'const uint16' to 'unsigned char', possible loss of data
5>q:\source\trunk\eqemuserver\common\eqpacket.cpp( 218) : warning C4244: '=' : conversion from 'uint16' to 'unsigned char', possible loss of data
5>q:\source\trunk\eqemuserver\common\eqpacket.cpp( 343) : warning C4244: 'initializing' : conversion from 'unsigned long' to 'uint16', possible loss of data
5>EQStream.cpp
5>q:\source\trunk\eqemuserver\common\eqstream.cpp( 73) : warning C4018: '>' : signed/unsigned mismatch
5>q:\source\trunk\eqemuserver\common\eqstream.cpp( 331) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
5>q:\source\trunk\eqemuserver\common\eqstream.cpp( 382) : warning C4018: '>' : signed/unsigned mismatch
5>q:\source\trunk\eqemuserver\common\eqstream.cpp( 397) : warning C4018: '>' : signed/unsigned mismatch
5>q:\source\trunk\eqemuserver\common\eqstream.cpp( 414) : warning C4244: 'argument' : conversion from 'uint64' to 'u_long', possible loss of data
5>q:\source\trunk\eqemuserver\common\eqstream.cpp( 414) : warning C4244: 'argument' : conversion from 'uint64' to 'u_long', possible loss of data
5>q:\source\trunk\eqemuserver\common\eqstream.cpp( 539) : warning C4018: '>' : signed/unsigned mismatch
5>q:\source\trunk\eqemuserver\common\eqstream.cpp( 551) : warning C4018: '>' : signed/unsigned mismatch
5>q:\source\trunk\eqemuserver\common\eqstream.cpp( 602) : warning C4244: 'argument' : conversion from 'long' to 'uint16', possible loss of data
5>q:\source\trunk\eqemuserver\common\eqstream.cpp( 602) : warning C4244: 'argument' : conversion from 'long' to 'uint16', possible loss of data
5>q:\source\trunk\eqemuserver\common\eqstream.cpp( 603) : warning C4244: 'argument' : conversion from 'long' to 'uint16', possible loss of data
5>q:\source\trunk\eqemuserver\common\eqstream.cpp( 660) : warning C4018: '>' : signed/unsigned mismatch
5>q:\source\trunk\eqemuserver\common\eqstream.cpp( 663) : warning C4244: 'initializing' : conversion from 'long' to 'uint16', possible loss of data
5>q:\source\trunk\eqemuserver\common\eqstream.cpp( 703) : warning C4018: '>' : signed/unsigned mismatch
5>q:\source\trunk\eqemuserver\common\eqstream.cpp( 772) : warning C4244: 'argument' : conversion from 'unsigned long' to 'u_short', possible loss of data
5>q:\source\trunk\eqemuserver\common\eqstream.cpp( 844) : warning C4244: 'argument' : conversion from 'time_t' to 'u_long', possible loss of data
5>q:\source\trunk\eqemuserver\common\eqstream.cpp( 1082) : warning C4018: '>' : signed/unsigned mismatch
5>q:\source\trunk\eqemuserver\common\eqstream.cpp( 1119) : warning C4018: '>' : signed/unsigned mismatch
5>q:\source\trunk\eqemuserver\common\seperator.h(4 2) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
5> c:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
5>q:\source\trunk\eqemuserver\common\md5.cpp(61) : warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
5> c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(358) : see declaration of '_snprintf'
5>q:\source\trunk\eqemuserver\common\rulesys.cpp(1 77) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
5>q:\source\trunk\eqemuserver\common\ruletypes.h(4 0) : warning C4305: '=' : truncation from 'double' to 'float'
5>q:\source\trunk\eqemuserver\common\ruletypes.h(2 42) : warning C4305: '=' : truncation from 'double' to 'float'
5>q:\source\trunk\eqemuserver\common\ruletypes.h(2 43) : warning C4305: '=' : truncation from 'double' to 'float'
5>q:\source\trunk\eqemuserver\common\ruletypes.h(2 83) : warning C4305: '=' : truncation from 'double' to 'float'
5>q:\source\trunk\eqemuserver\common\ruletypes.h(2 84) : warning C4305: '=' : truncation from 'double' to 'float'
5>q:\source\trunk\eqemuserver\common\ruletypes.h(2 91) : warning C4305: '=' : truncation from 'double' to 'float'
5>q:\source\trunk\eqemuserver\common\ruletypes.h(2 92) : warning C4305: '=' : truncation from 'double' to 'float'
5>q:\source\trunk\eqemuserver\common\ruletypes.h(2 94) : warning C4305: '=' : truncation from 'double' to 'float'
5>q:\source\trunk\eqemuserver\common\ruletypes.h(3 16) : warning C4305: '=' : truncation from 'double' to 'float'
5>q:\source\trunk\eqemuserver\common\ruletypes.h(3 17) : warning C4305: '=' : truncation from 'double' to 'float'
5>q:\source\trunk\eqemuserver\common\ruletypes.h(3 18) : warning C4305: '=' : truncation from 'double' to 'float'
5>q:\source\trunk\eqemuserver\common\ruletypes.h(3 19) : warning C4305: '=' : truncation from 'double' to 'float'
5>q:\source\trunk\eqemuserver\common\ruletypes.h(3 20) : warning C4305: '=' : truncation from 'double' to 'float'
5>q:\source\trunk\eqemuserver\common\ruletypes.h(3 21) : warning C4305: '=' : truncation from 'double' to 'float'
5>q:\source\trunk\eqemuserver\common\ruletypes.h(3 22) : warning C4305: '=' : truncation from 'double' to 'float'
5>q:\source\trunk\eqemuserver\common\ruletypes.h(3 23) : warning C4305: '=' : truncation from 'double' to 'float'
5>q:\source\trunk\eqemuserver\common\ruletypes.h(3 99) : warning C4305: '=' : truncation from 'double' to 'float'
5>q:\source\trunk\eqemuserver\common\ruletypes.h(4 00) : warning C4305: '=' : truncation from 'double' to 'float'
5>q:\source\trunk\eqemuserver\common\ruletypes.h(4 03) : warning C4305: '=' : truncation from 'double' to 'float'
5>q:\source\trunk\eqemuserver\common\ruletypes.h(4 04) : warning C4305: '=' : truncation from 'double' to 'float'
5>q:\source\trunk\eqemuserver\common\serverinfo.cp p(32) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
5> c:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
5>q:\source\trunk\eqemuserver\common\serverinfo.cp p(48) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
5> c:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
5>q:\source\trunk\eqemuserver\common\serverinfo.cp p(53) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
5> c:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
5>q:\source\trunk\eqemuserver\common\serverinfo.cp p(57) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
5> c:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
5>q:\source\trunk\eqemuserver\common\serverinfo.cp p(61) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
5> c:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
5>q:\source\trunk\eqemuserver\common\serverinfo.cp p(66) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
5> c:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
5>q:\source\trunk\eqemuserver\common\serverinfo.cp p(70) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
5> c:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
5>q:\source\trunk\eqemuserver\common\serverinfo.cp p(74) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
5> c:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
5>q:\source\trunk\eqemuserver\common\serverinfo.cp p(81) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
5> c:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
5>q:\source\trunk\eqemuserver\common\serverinfo.cp p(85) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
5> c:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
5>q:\source\trunk\eqemuserver\common\serverinfo.cp p(89) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
5> c:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
5>q:\source\trunk\eqemuserver\common\serverinfo.cp p(93) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
5> c:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
5>q:\source\trunk\eqemuserver\common\serverinfo.cp p(97) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
5> c:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
5>SharedLibrary.cpp
5>q:\source\trunk\eqemuserver\common\sharedlibrary .cpp(112) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
5> c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
5>q:\source\trunk\eqemuserver\common\timer.cpp(68 ) : warning C4244: '=' : conversion from 'time_t' to 'long', possible loss of data
5>tinystr.cpp
5>q:\source\trunk\eqemuserver\common\tinyxml\tinyx ml.h(280) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
5> c:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(157) : see declaration of 'strncpy'
5>tinyxml.cpp
5>q:\source\trunk\eqemuserver\common\tinyxml\tinyx ml.h(280) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
5> c:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(157) : see declaration of 'strncpy'
5>q:\source\trunk\eqemuserver\common\tinyxml\tinyx ml.cpp(103) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
5> c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
5>q:\source\trunk\eqemuserver\common\tinyxml\tinyx ml.cpp(126) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
5> c:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
5>q:\source\trunk\eqemuserver\common\tinyxml\tinyx ml.cpp(718) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
5> c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
5>q:\source\trunk\eqemuserver\common\tinyxml\tinyx ml.cpp(726) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
5> c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
5>q:\source\trunk\eqemuserver\common\tinyxml\tinyx ml.cpp(944) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
5> c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
5>q:\source\trunk\eqemuserver\common\tinyxml\tinyx ml.cpp(989) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
5> c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
5>q:\source\trunk\eqemuserver\common\tinyxml\tinyx ml.cpp(1122) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
5> c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(324) : see declaration of 'sscanf'
5>q:\source\trunk\eqemuserver\common\tinyxml\tinyx ml.cpp(1129) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
5> c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(324) : see declaration of 'sscanf'
5>q:\source\trunk\eqemuserver\common\tinyxml\tinyx ml.cpp(1137) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
5> c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
5>q:\source\trunk\eqemuserver\common\tinyxml\tinyx ml.cpp(1144) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
5> c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
5>tinyxmlerror.cpp
5>q:\source\trunk\eqemuserver\common\tinyxml\tinyx ml.h(280) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
5> c:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(157) : see declaration of 'strncpy'
5>tinyxmlparser.cpp
5>q:\source\trunk\eqemuserver\common\tinyxml\tinyx ml.h(280) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
5> c:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(157) : see declaration of 'strncpy'
|
Now that that all is out of the way, I did search for some of the more common warnings I had, and they all seemed to be linked to "Don't use Perl 5.14 with C++ 2008" which isn't the case here:
So was wondering if anyone else could shine some light on this for me. On a side note the warnings for the EMuShareMem and World project aren't listed as they seem to be just common warnings while compiling, but wtf here they are anyways:
Quote:
EMuShareMEmm
1>q:\source\trunk\eqemuserver\emusharemem\mmf.cpp( 325) : warning C4532: 'return' : jump out of __finally block has undefined behavior during termination handling
World
2>q:\source\trunk\eqemuserver\common\socketlib\htt psocket.cpp(115) : warning C4715: 'HTTPSocket::ProcessReceivedData' : not all control paths return a value
|
Thanks!
|