|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Support::Windows Servers Support forum for Windows EQEMu users. |
03-05-2012, 02:31 AM
|
Fire Beetle
|
|
Join Date: Jul 2005
Posts: 7
|
|
Thanks, great write up.
Thanks for the great write up. Of note, people should search the forums for Perl 5.10 and use the link provided from your search results to download the correct version. As of today, 5.14 generated errors (5.10 is now only available via Pay per use). Reverting to 5.10 resolved my problems entirely, and it was free using the link buried in our forums.
__________________
~The leetness that is the UHC.
|
|
|
|
03-06-2012, 04:53 AM
|
Sarnak
|
|
Join Date: Aug 2010
Posts: 33
|
|
I'm getting this, please help....
6>.\clientlist.cpp(1012) : warning C4018: '<' : signed/unsigned mismatch
6>.\clientlist.cpp(1314) : warning C4018: '<' : signed/unsigned mismatch
6>.\clientlist.cpp(1317) : warning C4018: '<' : signed/unsigned mismatch
6>.\clientlist.cpp(1427) : warning C4018: '<' : signed/unsigned mismatch
6>.\clientlist.cpp(1430) : warning C4018: '<' : signed/unsigned mismatch
6>chatchannel.cpp
6>Linking...
6>chatchannel.obj : error LNK2001: unresolved external symbol "public: void __thiscall Database::SetChannelOwner(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?SetChannelOwner@Database@@QAEXV?$basic_string@DU ?$char_traits@D@std@@V?$allocator@D@2@@std@@0@Z)
6>chatchannel.obj : error LNK2001: unresolved external symbol "public: void __thiscall Database::SetChannelPassword(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?SetChannelPassword@Database@@QAEXV?$basic_string @DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0@Z )
6>clientlist.obj : error LNK2001: unresolved external symbol "public: void __thiscall Database::GetFriendsAndIgnore(int,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > &,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > &)" (?GetFriendsAndIgnore@Database@@QAEXHAAV?$vector@V ?$basic_string@DU?$char_traits@D@std@@V?$allocator @D@2@@std@@V?$allocator@V?$basic_string@DU?$char_t raits@D@std@@V?$allocator@D@2@@std@@@2@@std@@0@Z)
6>clientlist.obj : error LNK2001: unresolved external symbol "public: void __thiscall Database::RemoveFriendOrIgnore(int,int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?RemoveFriendOrIgnore@Database@@QAEXHHV?$basic_st ring@DU?$char_traits@D@std@@V?$allocator@D@2@@std@ @@Z)
6>clientlist.obj : error LNK2001: unresolved external symbol "public: void __thiscall Database::AddFriendOrIgnore(int,int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?AddFriendOrIgnore@Database@@QAEXHHV?$basic_strin g@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z )
6>clientlist.obj : error LNK2001: unresolved external symbol "public: void __thiscall Database::SetMessageStatus(int,int)" (?SetMessageStatus@Database@@QAEXHH@Z)
6>clientlist.obj : error LNK2001: unresolved external symbol "public: bool __thiscall Database::SendMail(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?SendMail@Database@@QAE_NV?$basic_string@DU?$char _traits@D@std@@V?$allocator@D@2@@std@@0000@Z)
6>clientlist.obj : error LNK2001: unresolved external symbol "public: void __thiscall Database::SendBody(class Client *,int)" (?SendBody@Database@@QAEXPAVClient@@H@Z)
6>clientlist.obj : error LNK2001: unresolved external symbol "public: void __thiscall Database::SendHeaders(class Client *)" (?SendHeaders@Database@@QAEXPAVClient@@@Z)
6>clientlist.obj : error LNK2001: unresolved external symbol "public: void __thiscall Database::GetAccountStatus(class Client *)" (?GetAccountStatus@Database@@QAEXPAVClient@@@Z)
6>clientlist.obj : error LNK2001: unresolved external symbol "public: bool __thiscall Database::VerifyMailKey(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?VerifyMailKey@Database@@QAE_NV?$basic_string@DU? $char_traits@D@std@@V?$allocator@D@2@@std@@H0@Z)
6>clientlist.obj : error LNK2001: unresolved external symbol "public: int __thiscall Database::FindCharacter(char const *)" (?FindCharacter@Database@@QAEHPBD@Z)
6>clientlist.obj : error LNK2001: unresolved external symbol "public: int __thiscall Database::FindAccount(char const *,class Client *)" (?FindAccount@Database@@QAEHPBDPAVClient@@@Z)
6>ucs.obj : error LNK2001: unresolved external symbol "public: void __thiscall Database::ExpireMail(void)" (?ExpireMail@Database@@QAEXXZ)
6>ucs.obj : error LNK2001: unresolved external symbol "public: bool __thiscall Database::LoadChatChannels(void)" (?LoadChatChannels@Database@@QAE_NXZ)
6>worldserver.obj : error LNK2001: unresolved external symbol "class queryservconfig const * const Config" (?Config@@3PBVqueryservconfig@@B)
6>.\../Build/Chatserver.exe : fatal error LNK1120: 16 unresolved externals
6>Build log was saved at "file://c:\source\trunk\EQEmuServer\Build\ucs\Release\Buil dLog.htm"
6>ucs - 17 error(s), 5 warning(s)
========== Build: 4 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========
|
|
|
|
03-11-2012, 07:54 PM
|
Fire Beetle
|
|
Join Date: Jul 2007
Posts: 6
|
|
I can't seem to get MySQL to link to Navicat. When I click connection in Navicat what do I do after that? There's no database files to link in any of my folders. And yes, I followed the guide exactly up to that point and I can't go any further because I can't link the two.
|
03-15-2012, 08:27 AM
|
Hill Giant
|
|
Join Date: Feb 2011
Posts: 132
|
|
I just wanted to state that I followed this guide to the T and it worked for me... I -REFORMATTED- my windows 7 (64 bit) installation first and restarted between installs. If you got an error, look into if you backtracked or missed something... maybe you just didn't source it right, not sure.
__________________
"Be who you are and say what you feel because those who matter don't mind
and those who mind don't matter." - Theodore Seuss Geisel. [Dr. Seuss.]
|
|
|
|
03-29-2012, 11:51 AM
|
Hill Giant
|
|
Join Date: Oct 2011
Posts: 132
|
|
can anyone tell me where my problem is here? i am stuck at this point of the guide...
1>------ Build started: Project: EMuShareMem, Configuration: Release Win32 ------
2>------ Build started: Project: queryserv, Configuration: Release Win32 ------
1>Compiling...
2>Compiling...
1>timer.cpp
2>XMLParser.cpp
1>SharedLibrary.cpp
1>Mutex.cpp
2>worldconn.cpp
1>debug.cpp
1>Spells.cpp
2>unix.cpp
2>tinyxmlparser.cpp
2>c:\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.
2> C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
2>tinyxmlerror.cpp
2>c:\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.
2> C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
2>tinyxml.cpp
1>SkillCaps.cpp
2>c:\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.
2> C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
2>..\common\tinyxml\tinyxml.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.
2> C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
2>..\common\tinyxml\tinyxml.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.
2> C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
2>..\common\tinyxml\tinyxml.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.
2> C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
2>..\common\tinyxml\tinyxml.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.
2> C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
2>..\common\tinyxml\tinyxml.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.
2> C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
2>..\common\tinyxml\tinyxml.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.
2> C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
2>..\common\tinyxml\tinyxml.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.
2> C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(324) : see declaration of 'sscanf'
2>..\common\tinyxml\tinyxml.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.
2> C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(324) : see declaration of 'sscanf'
2>..\common\tinyxml\tinyxml.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.
2> C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
2>..\common\tinyxml\tinyxml.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.
2> C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
2>tinystr.cpp
2>c:\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.
2> C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
2>timer.cpp
1>Opcodes.cpp
2>..\common\timer.cpp(68) : warning C4244: '=' : conversion from 'time_t' to 'long', possible loss of data
2>timeoutmgr.cpp
2>TCPServer.cpp
1>NPCTypes.cpp
2>TCPConnection.cpp
1>NPCFactionLists.cpp
2>StructStrategy.cpp
2>SharedLibrary.cpp
1>MMF.cpp
2>..\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.
2> C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
2>serverinfo.cpp
1>.\MMF.cpp(325) : warning C4532: 'return' : jump out of __finally block has undefined behavior during termination handling
1>Loot.cpp
2>..\common\serverinfo.cpp(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.
2> C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
2>..\common\serverinfo.cpp(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.
2> C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
2>..\common\serverinfo.cpp(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.
2> C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
2>..\common\serverinfo.cpp(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.
2> C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
2>..\common\serverinfo.cpp(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.
2> C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
2>..\common\serverinfo.cpp(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.
2> C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
2>..\common\serverinfo.cpp(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.
2> C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
2>..\common\serverinfo.cpp(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.
2> C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
2>..\common\serverinfo.cpp(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.
2> C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
2>..\common\serverinfo.cpp(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.
2> C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
2>..\common\serverinfo.cpp(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.
2> C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
2>..\common\serverinfo.cpp(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.
2> C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
2>..\common\serverinfo.cpp(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.
2> C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
2>rulesys.cpp
1>Items.cpp
2>..\common\rulesys.cpp(177) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>c:\source\trunk\eqemuserver\common\ruletypes.h(4 0) : warning C4305: '=' : truncation from 'double' to 'float'
2>c:\source\trunk\eqemuserver\common\ruletypes.h(2 40) : warning C4305: '=' : truncation from 'double' to 'float'
2>c:\source\trunk\eqemuserver\common\ruletypes.h(2 41) : warning C4305: '=' : truncation from 'double' to 'float'
2>c:\source\trunk\eqemuserver\common\ruletypes.h(2 81) : warning C4305: '=' : truncation from 'double' to 'float'
2>c:\source\trunk\eqemuserver\common\ruletypes.h(2 82) : warning C4305: '=' : truncation from 'double' to 'float'
2>c:\source\trunk\eqemuserver\common\ruletypes.h(2 89) : warning C4305: '=' : truncation from 'double' to 'float'
2>c:\source\trunk\eqemuserver\common\ruletypes.h(2 90) : warning C4305: '=' : truncation from 'double' to 'float'
2>c:\source\trunk\eqemuserver\common\ruletypes.h(2 92) : warning C4305: '=' : truncation from 'double' to 'float'
2>c:\source\trunk\eqemuserver\common\ruletypes.h(3 14) : warning C4305: '=' : truncation from 'double' to 'float'
2>c:\source\trunk\eqemuserver\common\ruletypes.h(3 15) : warning C4305: '=' : truncation from 'double' to 'float'
2>c:\source\trunk\eqemuserver\common\ruletypes.h(3 16) : warning C4305: '=' : truncation from 'double' to 'float'
2>c:\source\trunk\eqemuserver\common\ruletypes.h(3 17) : warning C4305: '=' : truncation from 'double' to 'float'
2>c:\source\trunk\eqemuserver\common\ruletypes.h(3 18) : warning C4305: '=' : truncation from 'double' to 'float'
2>c:\source\trunk\eqemuserver\common\ruletypes.h(3 19) : warning C4305: '=' : truncation from 'double' to 'float'
2>c:\source\trunk\eqemuserver\common\ruletypes.h(3 20) : warning C4305: '=' : truncation from 'double' to 'float'
2>c:\source\trunk\eqemuserver\common\ruletypes.h(3 21) : warning C4305: '=' : truncation from 'double' to 'float'
2>c:\source\trunk\eqemuserver\common\ruletypes.h(3 97) : warning C4305: '=' : truncation from 'double' to 'float'
2>c:\source\trunk\eqemuserver\common\ruletypes.h(3 98) : warning C4305: '=' : truncation from 'double' to 'float'
2>c:\source\trunk\eqemuserver\common\ruletypes.h(4 01) : warning C4305: '=' : truncation from 'double' to 'float'
2>c:\source\trunk\eqemuserver\common\ruletypes.h(4 02) : warning C4305: '=' : truncation from 'double' to 'float'
2>rdtsc.cpp
2>packet_functions.cpp
1>Doors.cpp
2>packet_dump_file.cpp
1>DLLMain.cpp
2>packet_dump.cpp
1>Generating Code...
2>opcodemgr.cpp
2>Compiling...
2>Mutex.cpp
2>..\common\Mutex.cpp(128) : warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)
2>moremath.cpp
2>MiscFunctions.cpp
2>misc.cpp
2>md5.cpp
2>c:\source\trunk\eqemuserver\common\../common/seperator.h(42) : 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.
2> C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
2>..\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.
2> C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(358) : see declaration of '_snprintf'
2>logsys_eqemu.cpp
2>logsys.cpp
2>EQStreamProxy.cpp
2>EQStreamIdent.cpp
2>EQStreamFactory.cpp
2>EQStream.cpp
2>..\common\EQStream.cpp(73) : warning C4018: '>' : signed/unsigned mismatch
2>..\common\EQStream.cpp(331) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>..\common\EQStream.cpp(382) : warning C4018: '>' : signed/unsigned mismatch
2>..\common\EQStream.cpp(397) : warning C4018: '>' : signed/unsigned mismatch
2>..\common\EQStream.cpp(414) : warning C4244: 'argument' : conversion from 'uint64' to 'u_long', possible loss of data
2>..\common\EQStream.cpp(414) : warning C4244: 'argument' : conversion from 'uint64' to 'u_long', possible loss of data
2>..\common\EQStream.cpp(539) : warning C4018: '>' : signed/unsigned mismatch
2>..\common\EQStream.cpp(551) : warning C4018: '>' : signed/unsigned mismatch
2>..\common\EQStream.cpp(602) : warning C4244: 'argument' : conversion from 'long' to 'uint16', possible loss of data
2>..\common\EQStream.cpp(602) : warning C4244: 'argument' : conversion from 'long' to 'uint16', possible loss of data
2>..\common\EQStream.cpp(603) : warning C4244: 'argument' : conversion from 'long' to 'uint16', possible loss of data
2>..\common\EQStream.cpp(660) : warning C4018: '>' : signed/unsigned mismatch
2>..\common\EQStream.cpp(663) : warning C4244: 'initializing' : conversion from 'long' to 'uint16', possible loss of data
2>..\common\EQStream.cpp(703) : warning C4018: '>' : signed/unsigned mismatch
2>..\common\EQStream.cpp(772) : warning C4244: 'argument' : conversion from 'unsigned long' to 'u_short', possible loss of data
2>..\common\EQStream.cpp(844) : warning C4244: 'argument' : conversion from 'time_t' to 'u_long', possible loss of data
2>..\common\EQStream.cpp(1082) : warning C4018: '>' : signed/unsigned mismatch
2>..\common\EQStream.cpp(1119) : warning C4018: '>' : signed/unsigned mismatch
2>EQPacket.cpp
2>..\common\EQPacket.cpp(206) : warning C4244: '=' : conversion from 'const uint16' to 'unsigned char', possible loss of data
2>..\common\EQPacket.cpp(218) : warning C4244: '=' : conversion from 'uint16' to 'unsigned char', possible loss of data
2>..\common\EQPacket.cpp(343) : warning C4244: 'initializing' : conversion from 'unsigned long' to 'uint16', possible loss of data
2>EQEmuConfig.cpp
2>EmuTCPServer.cpp
2>EmuTCPConnection.cpp
2>emu_opcodes.cpp
2>debug.cpp
2>dbcore.cpp
2>..\common\dbcore.cpp(199) : warning C4244: '=' : conversion from 'my_ulonglong' to 'int32', possible loss of data
2>..\common\dbcore.cpp(201) : warning C4244: '=' : conversion from 'my_ulonglong' to 'int32', possible loss of data
2>crc32.cpp
2>CRC16.cpp
2>Compiling...
2>Condition.cpp
2>BasePacket.cpp
2>worldserver.cpp
2>ucsconfig.cpp
2>c1xx : fatal error C1083: Cannot open source file: '.\ucsconfig.cpp': No such file or directory
2>ucs.cpp
2>c1xx : fatal error C1083: Cannot open source file: '.\ucs.cpp': No such file or directory
2>database.cpp
2>clientlist.cpp
2>c1xx : fatal error C1083: Cannot open source file: '.\clientlist.cpp': No such file or directory
2>chatchannel.cpp
2>c1xx : fatal error C1083: Cannot open source file: '.\chatchannel.cpp': No such file or directory
1>Linking...
2>Build log was saved at "file://c:\source\trunk\EQEmuServer\Build\ucs\Release\Buil dLog.htm"
2>queryserv - 4 error(s), 76 warning(s)
1> Creating library .\../Build/EMuShareMem/EMuShareMem.lib and object .\../Build/EMuShareMem/EMuShareMem.exp
1>Embedding manifest...
1>Build log was saved at "file://c:\source\trunk\EQEmuServer\Build\EMuShareMem\Rele ase\BuildLog.htm"
1>EMuShareMem - 0 error(s), 1 warning(s)
3>------ Build started: Project: World, Configuration: ReleaseBots Win32 ------
3>Compiling...
3>XMLParser.cpp
3>Utility.cpp
3>tinyxmlparser.cpp
3>tinyxmlerror.cpp
3>tinyxml.cpp
3>tinystr.cpp
3>timer.cpp
3>timeoutmgr.cpp
3>TCPServer.cpp
3>TCPConnection.cpp
3>StructStrategy.cpp
3>socket_include.cpp
3>SharedLibrary.cpp
3>shareddb.cpp
3>serverinfo.cpp
3>rulesys.cpp
3>races.cpp
3>perl_EQDBRes.cpp
3>perl_EQDB.cpp
3>Parse.cpp
3>Generating Code...
3>Compiling...
3>packet_functions.cpp
3>packet_dump_file.cpp
3>packet_dump.cpp
3>opcodemgr.cpp
3>Mutex.cpp
3>moremath.cpp
3>MiscFunctions.cpp
3>misc.cpp
3>Mime.cpp
3>MemFile.cpp
3>md5.cpp
3>logsys_eqemu.cpp
3>logsys.cpp
3>Item.cpp
3>HTTPSocket.cpp
3>HttpdSocket.cpp
3>HttpdForm.cpp
3>HttpdCookies.cpp
3>guilds.cpp
3>guild_base.cpp
3>Generating Code...
3>c:\source\trunk\eqemuserver\common\socketlib\htt psocket.cpp(115) : warning C4715: 'HTTPSocket::ProcessReceivedData' : not all control paths return a value
3>Compiling...
3>File.cpp
3>extprofile.cpp
3>eqtime.cpp
3>EQStreamProxy.cpp
3>EQStreamIdent.cpp
3>EQStreamFactory.cpp
3>EQStream.cpp
3>EQPacket.cpp
3>EQEMuError.cpp
3>EQEmuConfig.cpp
3>EQDBRes.cpp
3>EQDB.cpp
3>EmuTCPServer.cpp
3>EmuTCPConnection.cpp
3>EMuShareMem.cpp
3>emu_opcodes.cpp
3>debug.cpp
3>DBMemLeak.cpp
3>dbcore.cpp
3>dbasync.cpp
3>Generating Code...
3>Compiling...
3>database.cpp
3>crc32.cpp
3>CRC16.cpp
3>Condition.cpp
3>classes.cpp
3>BasePacket.cpp
3>Base64.cpp
3>Underfoot.cpp
3>Titanium.cpp
3>SoF.cpp
3>SoD.cpp
3>Patches.cpp
3>HoT.cpp
3>Client62.cpp
3>Anniversary.cpp
3>zoneserver.cpp
3>zonelist.cpp
3>worlddb.cpp
3>WorldConfig.cpp
3>world_logsys.cpp
3>Generating Code...
3>Compiling...
3>wguild_mgr.cpp
3>ucs.cpp
3>queryserv.cpp
3>perl_HTTPRequest.cpp
3>perl_EQW.cpp
3>perl_EQLConfig.cpp
3>net.cpp
3>LoginServerList.cpp
3>LoginServer.cpp
3>lfplist.cpp
3>LauncherList.cpp
3>LauncherLink.cpp
3>HTTPRequest.cpp
3>EQWParser.cpp
3>EQWHTTPHandler.cpp
3>EQW.cpp
3>EQLConfig.cpp
3>console.cpp
3>clientlist.cpp
3>cliententry.cpp
3>Generating Code...
3>Compiling...
3>client.cpp
3>AdventureManager.cpp
3>Adventure.cpp
3>Generating Code...
3>Linking...
3>Embedding manifest...
3>Creating browse information file...
3>Microsoft Browse Information Maintenance Utility Version 9.00.30729
3>Copyright (C) Microsoft Corporation. All rights reserved.
3>Build log was saved at "file://c:\source\trunk\EQEmuServer\world\ReleaseBots\Buil dLog.htm"
3>World - 0 error(s), 1 warning(s)
4>------ Build started: Project: Zone, Configuration: ReleaseBots Win32 ------
4>Compiling...
4>XMLParser.cpp
4>worldconn.cpp
4>tinyxmlparser.cpp
4>tinyxmlerror.cpp
4>tinyxml.cpp
4>tinystr.cpp
4>timer.cpp
4>timeoutmgr.cpp
4>TCPServer.cpp
4>TCPConnection.cpp
4>StructStrategy.cpp
4>SharedLibrary.cpp
4>shareddb.cpp
4>serverinfo.cpp
4>rulesys.cpp
4>rdtsc.cpp
4>races.cpp
4>packet_functions.cpp
4>packet_dump_file.cpp
4>packet_dump.cpp
4>Generating Code...
4>Compiling...
4>opcodemgr.cpp
4>Mutex.cpp
4>moremath.cpp
4>MiscFunctions.cpp
4>misc.cpp
4>md5.cpp
4>logsys_eqemu.cpp
4>logsys.cpp
4>Item.cpp
4>guilds.cpp
4>guild_base.cpp
4>extprofile.cpp
4>eqtime.cpp
4>EQStreamProxy.cpp
4>EQStreamIdent.cpp
4>EQStreamFactory.cpp
4>EQStream.cpp
4>EQPacket.cpp
4>EQEmuConfig.cpp
4>EmuTCPServer.cpp
4>Generating Code...
4>Compiling...
4>EmuTCPConnection.cpp
4>EMuShareMem.cpp
4>emu_opcodes.cpp
4>debug.cpp
4>DBMemLeak.cpp
4>dbcore.cpp
4>dbasync.cpp
4>database.cpp
4>crc32.cpp
4>CRC16.cpp
4>Condition.cpp
4>classes.cpp
4>BasePacket.cpp
4>Underfoot.cpp
4>Titanium.cpp
4>SoF.cpp
4>SoD.cpp
4>Patches.cpp
4>HoT.cpp
4>Client62.cpp
4>Generating Code...
4>Compiling...
4>Anniversary.cpp
4>zoning.cpp
4>zonedbasync.cpp
4>zonedb.cpp
4>ZoneConfig.cpp
4>zone_logsys.cpp
4>zone.cpp
4>worldserver.cpp
4>waypoints.cpp
4>watermap.cpp
4>tribute.cpp
4>trap.cpp
4>trading.cpp
4>tradeskills.cpp
4>titles.cpp
4>tasks.cpp
4>spells.cpp
4>spell_effects.cpp
4>special_attacks.cpp
4>spdat.cpp
4>Generating Code...
4>Compiling...
4>spawngroup.cpp
4>spawn2.cpp
4>raids.cpp
4>QuestParserCollection.cpp
4>questmgr.cpp
4>QGlobals.cpp
4>ptimer.cpp
4>PlayerCorpse.cpp
4>pets.cpp
4>petitions.cpp
4>perlparser.cpp
4>perlpacket.cpp
4>perl_raids.cpp
4>perl_questitem.cpp
4>perl_PlayerCorpse.cpp
4>perl_perlpacket.cpp
4>perl_object.cpp
4>perl_npc.cpp
4>perl_mob.cpp
4>perl_hateentry.cpp
4>Generating Code...
4>Compiling...
4>perl_groups.cpp
4>perl_entity.cpp
4>perl_doors.cpp
4>perl_client.cpp
4>pathing.cpp
4>parser.cpp
4>Object.cpp
4>npc.cpp
4>net.cpp
4>MobAI.cpp
4>mob.cpp
4>Map.cpp
4>loottables.cpp
4>inventory.cpp
4>horse.cpp
4>hate_list.cpp
4>guild_mgr.cpp
4>guild.cpp
4>groups.cpp
4>forage.cpp
4>Generating Code...
4>Compiling...
4>fearpath.cpp
4>faction.cpp
4>exp.cpp
4>EQEMuError.cpp
4>entity.cpp
4>embxs.cpp
4>embperl.cpp
4>embparser.cpp
4>effects.cpp
4>doors.cpp
4>command.cpp
4>client_process.cpp
4>client_packet.cpp
4>client_mods.cpp
4>client_logs.cpp
4>client.cpp
4>botspellsai.cpp
4>bot.cpp
4>bonuses.cpp
4>beacon.cpp
4>Generating Code...
4>Compiling...
4>attack.cpp
4>aggro.cpp
4>AA.cpp
4>Generating Code...
4>Linking...
4>Embedding manifest...
4>Creating browse information file...
4>Microsoft Browse Information Maintenance Utility Version 9.00.30729
4>Copyright (C) Microsoft Corporation. All rights reserved.
4>Build log was saved at "file://c:\source\trunk\EQEmuServer\zone\ReleaseBots\Build Log.htm"
4>Zone - 0 error(s), 0 warning(s)
5>------ Build started: Project: eqlaunch, Configuration: Release Win32 ------
5>Compiling...
5>logsys_eqemu.cpp
5>logsys.cpp
5>EQEmuConfig.cpp
5>EmuTCPServer.cpp
5>EmuTCPConnection.cpp
5>debug.cpp
5>ZoneLaunch.cpp
5>worldserver.cpp
5>eqlaunch.cpp
5>Generating Code...
5>Compiling...
5>XMLParser.cpp
5>worldconn.cpp
5>tinyxmlparser.cpp
5>c:\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\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
5>tinyxmlerror.cpp
5>c:\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\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
5>tinyxml.cpp
5>c:\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\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
5>..\common\tinyxml\tinyxml.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\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
5>..\common\tinyxml\tinyxml.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\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
5>..\common\tinyxml\tinyxml.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\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
5>..\common\tinyxml\tinyxml.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\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
5>..\common\tinyxml\tinyxml.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\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
5>..\common\tinyxml\tinyxml.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\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
5>..\common\tinyxml\tinyxml.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\Microsoft Visual Studio 9.0\VC\include\stdio.h(324) : see declaration of 'sscanf'
5>..\common\tinyxml\tinyxml.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\Microsoft Visual Studio 9.0\VC\include\stdio.h(324) : see declaration of 'sscanf'
5>..\common\tinyxml\tinyxml.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\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
5>..\common\tinyxml\tinyxml.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\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
5>tinystr.cpp
5>c:\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\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
5>timer.cpp
5>..\common\timer.cpp(68) : warning C4244: '=' : conversion from 'time_t' to 'long', possible loss of data
5>TCPServer.cpp
5>TCPConnection.cpp
5>ProcLauncher.cpp
5>packet_functions.cpp
5>packet_dump.cpp
5>Mutex.cpp
5>..\common\Mutex.cpp(128) : warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)
5>MiscFunctions.cpp
5>misc.cpp
5>md5.cpp
5>c:\source\trunk\eqemuserver\common\../common/seperator.h(42) : 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\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
5>..\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\Microsoft Visual Studio 9.0\VC\include\stdio.h(358) : see declaration of '_snprintf'
5>Generating Code...
5>Linking...
5>LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
5>Embedding manifest...
5>Build log was saved at "file://c:\source\trunk\EQEmuServer\Build\eqlaunch\Release \BuildLog.htm"
5>eqlaunch - 0 error(s), 19 warning(s)
6>------ Build started: Project: ucs, Configuration: Release Win32 ------
6>Compiling...
6>ucsconfig.cpp
6>ucs.cpp
6>clientlist.cpp
6>.\clientlist.cpp(1012) : warning C4018: '<' : signed/unsigned mismatch
6>.\clientlist.cpp(1314) : warning C4018: '<' : signed/unsigned mismatch
6>.\clientlist.cpp(1317) : warning C4018: '<' : signed/unsigned mismatch
6>.\clientlist.cpp(1427) : warning C4018: '<' : signed/unsigned mismatch
6>.\clientlist.cpp(1430) : warning C4018: '<' : signed/unsigned mismatch
6>chatchannel.cpp
6>Linking...
6>chatchannel.obj : error LNK2001: unresolved external symbol "public: void __thiscall Database::SetChannelOwner(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?SetChannelOwner@Database@@QAEXV?$basic_string@DU ?$char_traits@D@std@@V?$allocator@D@2@@std@@0@Z)
6>chatchannel.obj : error LNK2001: unresolved external symbol "public: void __thiscall Database::SetChannelPassword(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?SetChannelPassword@Database@@QAEXV?$basic_string @DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0@Z )
6>clientlist.obj : error LNK2001: unresolved external symbol "public: void __thiscall Database::GetFriendsAndIgnore(int,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > &,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > &)" (?GetFriendsAndIgnore@Database@@QAEXHAAV?$vector@V ?$basic_string@DU?$char_traits@D@std@@V?$allocator @D@2@@std@@V?$allocator@V?$basic_string@DU?$char_t raits@D@std@@V?$allocator@D@2@@std@@@2@@std@@0@Z)
6>clientlist.obj : error LNK2001: unresolved external symbol "public: void __thiscall Database::RemoveFriendOrIgnore(int,int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?RemoveFriendOrIgnore@Database@@QAEXHHV?$basic_st ring@DU?$char_traits@D@std@@V?$allocator@D@2@@std@ @@Z)
6>clientlist.obj : error LNK2001: unresolved external symbol "public: void __thiscall Database::AddFriendOrIgnore(int,int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?AddFriendOrIgnore@Database@@QAEXHHV?$basic_strin g@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z )
6>clientlist.obj : error LNK2001: unresolved external symbol "public: void __thiscall Database::SetMessageStatus(int,int)" (?SetMessageStatus@Database@@QAEXHH@Z)
6>clientlist.obj : error LNK2001: unresolved external symbol "public: bool __thiscall Database::SendMail(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?SendMail@Database@@QAE_NV?$basic_string@DU?$char _traits@D@std@@V?$allocator@D@2@@std@@0000@Z)
6>clientlist.obj : error LNK2001: unresolved external symbol "public: void __thiscall Database::SendBody(class Client *,int)" (?SendBody@Database@@QAEXPAVClient@@H@Z)
6>clientlist.obj : error LNK2001: unresolved external symbol "public: void __thiscall Database::SendHeaders(class Client *)" (?SendHeaders@Database@@QAEXPAVClient@@@Z)
6>clientlist.obj : error LNK2001: unresolved external symbol "public: void __thiscall Database::GetAccountStatus(class Client *)" (?GetAccountStatus@Database@@QAEXPAVClient@@@Z)
6>clientlist.obj : error LNK2001: unresolved external symbol "public: bool __thiscall Database::VerifyMailKey(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?VerifyMailKey@Database@@QAE_NV?$basic_string@DU? $char_traits@D@std@@V?$allocator@D@2@@std@@H0@Z)
6>clientlist.obj : error LNK2001: unresolved external symbol "public: int __thiscall Database::FindCharacter(char const *)" (?FindCharacter@Database@@QAEHPBD@Z)
6>clientlist.obj : error LNK2001: unresolved external symbol "public: int __thiscall Database::FindAccount(char const *,class Client *)" (?FindAccount@Database@@QAEHPBDPAVClient@@@Z)
6>ucs.obj : error LNK2001: unresolved external symbol "public: void __thiscall Database::ExpireMail(void)" (?ExpireMail@Database@@QAEXXZ)
6>ucs.obj : error LNK2001: unresolved external symbol "public: bool __thiscall Database::LoadChatChannels(void)" (?LoadChatChannels@Database@@QAE_NXZ)
6>worldserver.obj : error LNK2001: unresolved external symbol "class queryservconfig const * const Config" (?Config@@3PBVqueryservconfig@@B)
6>.\../Build/Chatserver.exe : fatal error LNK1120: 16 unresolved externals
6>Build log was saved at "file://c:\source\trunk\EQEmuServer\Build\ucs\Release\Buil dLog.htm"
6>ucs - 17 error(s), 5 warning(s)
========== Build: 4 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========
thank you
|
|
|
|
03-30-2012, 05:17 AM
|
Discordant
|
|
Join Date: Dec 2005
Posts: 435
|
|
Been awhile since I've lurked here. Saw the post about the 4/2 issue and pulled most recent files from SVN and had the same.
I removed queryserv from the build project and compiled just fine.
So what is the queryserv doing? I'll start digging around for any info posted about it but off hand do not recall seeing anything.
Would be nice if when stuff like this gets added to the project there is a sticky thread that gives some explanation of it.
|
03-30-2012, 09:04 AM
|
Hill Giant
|
|
Join Date: Oct 2011
Posts: 132
|
|
sweet, i will try that, thanks!
|
03-31-2012, 09:54 AM
|
Discordant
|
|
Join Date: Dec 2005
Posts: 435
|
|
Yea just remove that worthless hunk of shit from your build and you'll be fine.
I did find about 2 threads regarding it. No one knew what it was for and they said removing it fixed build issues.
|
03-31-2012, 01:08 PM
|
Dragon
|
|
Join Date: May 2010
Posts: 965
|
|
the point of it will be to offload non critical DB queries from the main server threads.
As far as I know, it only compiles with VS2010 Professional or better at the moment.
|
04-12-2012, 02:50 PM
|
Fire Beetle
|
|
Join Date: Jan 2010
Posts: 5
|
|
where do you name your server. When i run start.bat i dont see my or a new server in the Login list.
EDIT
NM i found it and it works
thanks again
|
04-12-2012, 08:30 PM
|
Discordant
|
|
Join Date: Dec 2005
Posts: 435
|
|
Fresh OS install and followed guide again. Less then an hour start to finish.
Shameless bump in case new people check the thread.
|
|
|
|
04-23-2012, 02:29 PM
|
Sarnak
|
|
Join Date: Jun 2009
Location: Baton Rouge,LA
Posts: 79
|
|
Hey guys. I'm in the process of following this guide. When I follow step nine, I'm getting 3 succeeded and 2 failed on the compile. I know this is similar to what many have noticed here.
I tried a couple of things: First, I deleted the queryserv like others have mentioned. Secondly, I changed both instances of perl514.lib to perl510.lib (I also tried the reverse, where I changed from 510 to 514). This didn't seem to work. I'm sure I'm missing something. I can't seem to find what it is. If anyone could check my error log below and let me know what I'm doing wrong, I would much appreciate it:
Code:
..\common\worldconn.cpp
..\common\unix.cpp
..\common\tinyxml\tinyxmlparser.cpp
..\common\tinyxml\tinyxmlerror.cpp
..\common\tinyxml\tinyxml.cpp
..\common\tinyxml\tinystr.cpp
..\common\timer.cpp
..\common\timeoutmgr.cpp
..\common\TCPServer.cpp
..\common\TCPConnection.cpp
..\common\StructStrategy.cpp
..\common\SharedLibrary.cpp
..\common\serverinfo.cpp
..\common\rulesys.cpp
..\common\rdtsc.cpp
..\common\packet_functions.cpp
..\common\packet_dump_file.cpp
..\common\packet_dump.cpp
..\common\opcodemgr.cpp
..\common\Mutex.cpp
..\common\moremath.cpp
..\common\MiscFunctions.cpp
..\common\misc.cpp
..\common\md5.cpp
..\common\logsys_eqemu.cpp
..\common\logsys.cpp
..\common\EQStreamProxy.cpp
..\common\EQStreamIdent.cpp
..\common\EQStreamFactory.cpp
..\common\EQStream.cpp
..\common\EQPacket.cpp
..\common\EQEmuConfig.cpp
..\common\EmuTCPServer.cpp
..\common\EmuTCPConnection.cpp
..\common\emu_opcodes.cpp
..\common\debug.cpp
..\common\dbcore.cpp
..\common\crc32.cpp
..\common\CRC16.cpp
..\common\Condition.cpp
..\common\BasePacket.cpp
.\worldserver.cpp
.\ucsconfig.cpp
.\ucs.cpp
.\database.cpp
.\clientlist.cpp
.\chatchannel.cpp
]
Creating command line "cl.exe @c:\Source\trunk\EQEmuServer\Build\ucs\Release\RSP00000E56926108.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\Source\trunk\EQEmuServer\Build\ucs\Release\RSP00000F56926108.rsp" with contents
[
/OUT:".\../Build/Chatserver.exe" /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:".\../Build/ucs/Release\Chatserver.exe.intermediate.manifest"
/MANIFESTUAC:"level='asInvoker' uiAccess='false'" /SUBSYSTEM:CONSOLE /OPT:REF /OPT:ICF /LTCG /DYNAMICBASE /NXCOMPAT /MACHINE:X86 odbc32.lib
odbccp32.lib wsock32.lib zlib.lib mysqlclient.lib advapi32.lib shell32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib
"..\Build\ucs\Release\chatchannel.obj"
"..\Build\ucs\Release\clientlist.obj"
"..\Build\ucs\Release\database.obj"
"..\Build\ucs\Release\ucs.obj"
"..\Build\ucs\Release\ucsconfig.obj"
"..\Build\ucs\Release\worldserver.obj"
"..\Build\ucs\Release\BasePacket.obj"
"..\Build\ucs\Release\Condition.obj"
"..\Build\ucs\Release\CRC16.obj"
"..\Build\ucs\Release\crc32.obj"
"..\Build\ucs\Release\dbcore.obj"
"..\Build\ucs\Release\debug.obj"
"..\Build\ucs\Release\emu_opcodes.obj"
"..\Build\ucs\Release\EmuTCPConnection.obj"
"..\Build\ucs\Release\EmuTCPServer.obj"
"..\Build\ucs\Release\EQEmuConfig.obj"
"..\Build\ucs\Release\EQPacket.obj"
"..\Build\ucs\Release\EQStream.obj"
"..\Build\ucs\Release\EQStreamFactory.obj"
"..\Build\ucs\Release\EQStreamIdent.obj"
"..\Build\ucs\Release\EQStreamProxy.obj"
"..\Build\ucs\Release\logsys.obj"
"..\Build\ucs\Release\logsys_eqemu.obj"
"..\Build\ucs\Release\md5.obj"
"..\Build\ucs\Release\misc.obj"
"..\Build\ucs\Release\MiscFunctions.obj"
"..\Build\ucs\Release\moremath.obj"
"..\Build\ucs\Release\Mutex.obj"
"..\Build\ucs\Release\opcodemgr.obj"
"..\Build\ucs\Release\packet_dump.obj"
"..\Build\ucs\Release\packet_dump_file.obj"
"..\Build\ucs\Release\packet_functions.obj"
"..\Build\ucs\Release\rdtsc.obj"
"..\Build\ucs\Release\rulesys.obj"
"..\Build\ucs\Release\serverinfo.obj"
"..\Build\ucs\Release\SharedLibrary.obj"
"..\Build\ucs\Release\StructStrategy.obj"
"..\Build\ucs\Release\TCPConnection.obj"
"..\Build\ucs\Release\TCPServer.obj"
"..\Build\ucs\Release\timeoutmgr.obj"
"..\Build\ucs\Release\timer.obj"
"..\Build\ucs\Release\tinystr.obj"
"..\Build\ucs\Release\tinyxml.obj"
"..\Build\ucs\Release\tinyxmlerror.obj"
"..\Build\ucs\Release\tinyxmlparser.obj"
"..\Build\ucs\Release\unix.obj"
"..\Build\ucs\Release\worldconn.obj"
"..\Build\ucs\Release\XMLParser.obj"
]
Creating command line "link.exe @c:\Source\trunk\EQEmuServer\Build\ucs\Release\RSP00000F56926108.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Source\trunk\EQEmuServer\Build\ucs\Release\RSP00001056926108.rsp" with contents
[
/outputresource:"..\Build\Chatserver.exe;#1" /manifest
..\Build\ucs\Release\Chatserver.exe.intermediate.manifest
]
Creating command line "mt.exe @c:\Source\trunk\EQEmuServer\Build\ucs\Release\RSP00001056926108.rsp /nologo"
Creating temporary file "c:\Source\trunk\EQEmuServer\Build\ucs\Release\BAT00001156926108.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ..\Build\ucs\Release\mt.dep
]
Creating command line "c:\Source\trunk\EQEmuServer\Build\ucs\Release\BAT00001156926108.bat"
Output Window Compiling...
XMLParser.cpp
worldconn.cpp
unix.cpp
tinyxmlparser.cpp
c:\source\trunk\eqemuserver\common\tinyxml\tinyxml.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.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
tinyxmlerror.cpp
c:\source\trunk\eqemuserver\common\tinyxml\tinyxml.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.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
tinyxml.cpp
c:\source\trunk\eqemuserver\common\tinyxml\tinyxml.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.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
..\common\tinyxml\tinyxml.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.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
..\common\tinyxml\tinyxml.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.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
..\common\tinyxml\tinyxml.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.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
..\common\tinyxml\tinyxml.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.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
..\common\tinyxml\tinyxml.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.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
..\common\tinyxml\tinyxml.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.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
..\common\tinyxml\tinyxml.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.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(324) : see declaration of 'sscanf'
..\common\tinyxml\tinyxml.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.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(324) : see declaration of 'sscanf'
..\common\tinyxml\tinyxml.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.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
..\common\tinyxml\tinyxml.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.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
tinystr.cpp
c:\source\trunk\eqemuserver\common\tinyxml\tinyxml.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.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
timer.cpp
..\common\timer.cpp(68) : warning C4244: '=' : conversion from 'time_t' to 'long', possible loss of data
timeoutmgr.cpp
TCPServer.cpp
TCPConnection.cpp
StructStrategy.cpp
SharedLibrary.cpp
..\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.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
serverinfo.cpp
..\common\serverinfo.cpp(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.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
..\common\serverinfo.cpp(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.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
..\common\serverinfo.cpp(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.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
..\common\serverinfo.cpp(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.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
..\common\serverinfo.cpp(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.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
..\common\serverinfo.cpp(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.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
..\common\serverinfo.cpp(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.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
..\common\serverinfo.cpp(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.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
..\common\serverinfo.cpp(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.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
..\common\serverinfo.cpp(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.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
..\common\serverinfo.cpp(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.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
..\common\serverinfo.cpp(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.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
..\common\serverinfo.cpp(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.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
rulesys.cpp
..\common\rulesys.cpp(177) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\source\trunk\eqemuserver\common\ruletypes.h(40) : warning C4305: '=' : truncation from 'double' to 'float'
c:\source\trunk\eqemuserver\common\ruletypes.h(242) : warning C4305: '=' : truncation from 'double' to 'float'
c:\source\trunk\eqemuserver\common\ruletypes.h(243) : warning C4305: '=' : truncation from 'double' to 'float'
c:\source\trunk\eqemuserver\common\ruletypes.h(283) : warning C4305: '=' : truncation from 'double' to 'float'
c:\source\trunk\eqemuserver\common\ruletypes.h(284) : warning C4305: '=' : truncation from 'double' to 'float'
c:\source\trunk\eqemuserver\common\ruletypes.h(291) : warning C4305: '=' : truncation from 'double' to 'float'
c:\source\trunk\eqemuserver\common\ruletypes.h(292) : warning C4305: '=' : truncation from 'double' to 'float'
c:\source\trunk\eqemuserver\common\ruletypes.h(294) : warning C4305: '=' : truncation from 'double' to 'float'
c:\source\trunk\eqemuserver\common\ruletypes.h(316) : warning C4305: '=' : truncation from 'double' to 'float'
c:\source\trunk\eqemuserver\common\ruletypes.h(317) : warning C4305: '=' : truncation from 'double' to 'float'
c:\source\trunk\eqemuserver\common\ruletypes.h(318) : warning C4305: '=' : truncation from 'double' to 'float'
c:\source\trunk\eqemuserver\common\ruletypes.h(319) : warning C4305: '=' : truncation from 'double' to 'float'
c:\source\trunk\eqemuserver\common\ruletypes.h(320) : warning C4305: '=' : truncation from 'double' to 'float'
c:\source\trunk\eqemuserver\common\ruletypes.h(321) : warning C4305: '=' : truncation from 'double' to 'float'
c:\source\trunk\eqemuserver\common\ruletypes.h(322) : warning C4305: '=' : truncation from 'double' to 'float'
c:\source\trunk\eqemuserver\common\ruletypes.h(323) : warning C4305: '=' : truncation from 'double' to 'float'
c:\source\trunk\eqemuserver\common\ruletypes.h(399) : warning C4305: '=' : truncation from 'double' to 'float'
c:\source\trunk\eqemuserver\common\ruletypes.h(400) : warning C4305: '=' : truncation from 'double' to 'float'
c:\source\trunk\eqemuserver\common\ruletypes.h(403) : warning C4305: '=' : truncation from 'double' to 'float'
c:\source\trunk\eqemuserver\common\ruletypes.h(404) : warning C4305: '=' : truncation from 'double' to 'float'
rdtsc.cpp
packet_functions.cpp
packet_dump_file.cpp
packet_dump.cpp
opcodemgr.cpp
Compiling...
Mutex.cpp
..\common\Mutex.cpp(128) : warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)
moremath.cpp
MiscFunctions.cpp
misc.cpp
md5.cpp
c:\source\trunk\eqemuserver\common\../common/seperator.h(42) : 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.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
..\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.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(358) : see declaration of '_snprintf'
logsys_eqemu.cpp
logsys.cpp
EQStreamProxy.cpp
EQStreamIdent.cpp
EQStreamFactory.cpp
EQStream.cpp
..\common\EQStream.cpp(73) : warning C4018: '>' : signed/unsigned mismatch
..\common\EQStream.cpp(331) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
..\common\EQStream.cpp(382) : warning C4018: '>' : signed/unsigned mismatch
..\common\EQStream.cpp(397) : warning C4018: '>' : signed/unsigned mismatch
..\common\EQStream.cpp(414) : warning C4244: 'argument' : conversion from 'uint64' to 'u_long', possible loss of data
..\common\EQStream.cpp(414) : warning C4244: 'argument' : conversion from 'uint64' to 'u_long', possible loss of data
..\common\EQStream.cpp(539) : warning C4018: '>' : signed/unsigned mismatch
..\common\EQStream.cpp(551) : warning C4018: '>' : signed/unsigned mismatch
..\common\EQStream.cpp(602) : warning C4244: 'argument' : conversion from 'long' to 'uint16', possible loss of data
..\common\EQStream.cpp(602) : warning C4244: 'argument' : conversion from 'long' to 'uint16', possible loss of data
..\common\EQStream.cpp(603) : warning C4244: 'argument' : conversion from 'long' to 'uint16', possible loss of data
..\common\EQStream.cpp(660) : warning C4018: '>' : signed/unsigned mismatch
..\common\EQStream.cpp(663) : warning C4244: 'initializing' : conversion from 'long' to 'uint16', possible loss of data
..\common\EQStream.cpp(703) : warning C4018: '>' : signed/unsigned mismatch
..\common\EQStream.cpp(772) : warning C4244: 'argument' : conversion from 'unsigned long' to 'u_short', possible loss of data
..\common\EQStream.cpp(844) : warning C4244: 'argument' : conversion from 'time_t' to 'u_long', possible loss of data
..\common\EQStream.cpp(1082) : warning C4018: '>' : signed/unsigned mismatch
..\common\EQStream.cpp(1119) : warning C4018: '>' : signed/unsigned mismatch
EQPacket.cpp
..\common\EQPacket.cpp(206) : warning C4244: '=' : conversion from 'const uint16' to 'unsigned char', possible loss of data
..\common\EQPacket.cpp(218) : warning C4244: '=' : conversion from 'uint16' to 'unsigned char', possible loss of data
..\common\EQPacket.cpp(343) : warning C4244: 'initializing' : conversion from 'unsigned long' to 'uint16', possible loss of data
EQEmuConfig.cpp
EmuTCPServer.cpp
EmuTCPConnection.cpp
emu_opcodes.cpp
debug.cpp
dbcore.cpp
..\common\dbcore.cpp(199) : warning C4244: '=' : conversion from 'my_ulonglong' to 'int32', possible loss of data
..\common\dbcore.cpp(201) : warning C4244: '=' : conversion from 'my_ulonglong' to 'int32', possible loss of data
crc32.cpp
CRC16.cpp
Compiling...
Condition.cpp
BasePacket.cpp
worldserver.cpp
ucsconfig.cpp
ucs.cpp
database.cpp
.\database.cpp(586) : warning C4244: 'initializing' : conversion from 'time_t' to 'int', possible loss of data
clientlist.cpp
.\clientlist.cpp(1012) : warning C4018: '<' : signed/unsigned mismatch
.\clientlist.cpp(1314) : warning C4018: '<' : signed/unsigned mismatch
.\clientlist.cpp(1317) : warning C4018: '<' : signed/unsigned mismatch
.\clientlist.cpp(1427) : warning C4018: '<' : signed/unsigned mismatch
.\clientlist.cpp(1430) : warning C4018: '<' : signed/unsigned mismatch
chatchannel.cpp
Linking...
Generating code
Finished generating code
Embedding manifest...
|
|
|
|
04-23-2012, 03:29 PM
|
|
Developer
|
|
Join Date: Mar 2003
Posts: 1,497
|
|
You don't have to delete queryserv. Just uncheck (skip during compile) if you don't plan to use it.
|
04-23-2012, 03:36 PM
|
Sarnak
|
|
Join Date: Jun 2009
Location: Baton Rouge,LA
Posts: 79
|
|
Quote:
Originally Posted by joligario
You don't have to delete queryserv. Just uncheck (skip during compile) if you don't plan to use it.
|
I appreciate the response Joligario. Is that why I'm getting the error message I listed above? Or is it for some other reason?
|
04-23-2012, 06:10 PM
|
Demi-God
|
|
Join Date: Aug 2010
Posts: 1,742
|
|
I don't see any errors in what you posted. Try posting just the errors. You can do that by compiling twice and just posting the output from the second one.
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 09:43 AM.
|
|
|
|
|
|
|
|
|
|
|
|
|