EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   COMPLETE PUBLIC SERVER SETUP - Jan-2011 (https://www.eqemulator.org/forums/showthread.php?t=32980)

SavageFlame 07-25-2012 11:01 PM

@lerxst2112 I apologize for continuing to post a huge build report.

I just shut off my firewall and anti virus thinking that was what was causing it.
I looked in my task manager to see if the chatserver.exe was running, it isn't running. I don't know how it would be locked so I'm not sure where to look to find out? This is the same error as last time.

Code:

5>LINK : fatal error LNK1104: cannot open file '.\..\Build\Chatserver.exe'

Uleat 07-25-2012 11:38 PM

(..ponders the red pill...)

Yeah, I saw that my queryserv output file was also ChatServer... I used to see queryserv.exe, but that was a LONG
time ago. (Not sure of how it's currently implemented either...)


(..decides on the blue pill...)

If there are multiple threads running concurrently on multiple cpus, is it possible that two different processes are
trying to open that file in write mode at the same time and the IDE isn't catching it?

sorvani 07-26-2012 02:52 AM

why do you have anything in any of the linker additional directories? that is not needed.

at one point in time the queryserv project had the incorrect output information in it and was attempting to build chatserver again. that was corrected as I have a stock SVN download, changed my VC++ library and include paths, changed my perl reference to 5.16, and built the server just fine.

sorvani 07-26-2012 02:58 AM

Quote:

Originally Posted by lerxst2112 (Post 211247)
Either the directory doesn't exist or the file is locked for some reason like you have it running.

you will get this error at times form visual studio if you have changed build options around or cancelled a build in mid build.
close visual studio, delete your build and debug and x64 folders (aka everything that is not a SVN folder)
and then open the projects again. it will build fine. well without file permission issues.
Quote:

Originally Posted by lerxst2112 (Post 211247)
I don't know what queryserv does or if it is supposed to replace the chatserver. *shrug*

queryserv does what it's name implies. it is a server for queries to the database. it is used currently only for the guild lobby looking for guild boards. it is designed to handle database queries that do not need realtime feedback from the database.

sorvani 07-26-2012 03:06 AM

Quote:

Originally Posted by Uleat (Post 211253)
(..ponders the red pill...)

Yeah, I saw that my queryserv output file was also ChatServer... I used to see queryserv.exe, but that was a LONG
time ago. (Not sure of how it's currently implemented either...)

okay i looked into it closer. some of the build methods for the queryserv project were never changeed from chatserver to queryserv when the new project was added to the solution. The person who developed queryserv originally only developed it for x64 and someone else fixed it to build for 32. it looks like a few targetname fields were missed since VS2010 makes you change it for each f'n build type.

click on the general menu of the project properties and change it to queryserv for your specific build type.

Uleat 07-26-2012 04:07 AM

Thanks Sorvani! I'm still in a learning curve and haven't made it far enough into project properties to fully understand
what I'm doing there just yet.

I was still doing sequential line programming in QBasic up until last month =P

(well, maybe 2 years ago anyways..then I graduated to the cutting edge VB 5.0...)

<ponders porting EQEmulator to QBasic> Hmm...

SavageFlame 07-26-2012 04:10 AM

@sorvani You sir are genius! Thank you =) Fixed my problem completely 6 succeeded 0 fails 0 skipped is an awesome thing to see! Thanks again!

sorvani 07-26-2012 09:10 AM

i updated the SVN so people will not have this problem in the future.

Tanyard 08-01-2012 02:01 PM

Errors in compiling
 
I've followed the instructions step by step..
Yet when I compile the server in C++
i get == Build: 4 succeeded, 2 failed, 0 up-to-date, 0 skipped ==

Kind of lost here ><

Maze_EQ 08-01-2012 02:03 PM

What errors are you recieving? Cannot help without the errors.

Tanyard 08-01-2012 02:07 PM

errors
 
i see a few things with eqwparser erroring.. i will paste the log...
Code:

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>d:\eqemu server\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.
2>        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
2>tinyxmlerror.cpp
1>SkillCaps.cpp
2>d:\eqemu server\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.
2>        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
2>tinyxml.cpp
2>d:\eqemu server\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.
2>        C:\Program Files (x86)\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 (x86)\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 (x86)\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 (x86)\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 (x86)\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 (x86)\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 (x86)\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 (x86)\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 (x86)\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 (x86)\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 (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
2>tinystr.cpp
2>d:\eqemu server\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.
2>        C:\Program Files (x86)\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
2>StructStrategy.cpp
1>NPCFactionLists.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 (x86)\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
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 (x86)\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 (x86)\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 (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
1>Loot.cpp
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 (x86)\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 (x86)\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 (x86)\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 (x86)\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 (x86)\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 (x86)\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 (x86)\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 (x86)\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 (x86)\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 (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
2>rulesys.cpp
2>..\common\rulesys.cpp(177) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>d:\eqemu server\source\trunk\eqemuserver\common\ruletypes.h(40) : warning C4305: '=' : truncation from 'double' to 'float'
2>d:\eqemu server\source\trunk\eqemuserver\common\ruletypes.h(243) : warning C4305: '=' : truncation from 'double' to 'float'
2>d:\eqemu server\source\trunk\eqemuserver\common\ruletypes.h(244) : warning C4305: '=' : truncation from 'double' to 'float'
2>d:\eqemu server\source\trunk\eqemuserver\common\ruletypes.h(288) : warning C4305: '=' : truncation from 'double' to 'float'
2>d:\eqemu server\source\trunk\eqemuserver\common\ruletypes.h(289) : warning C4305: '=' : truncation from 'double' to 'float'
2>d:\eqemu server\source\trunk\eqemuserver\common\ruletypes.h(296) : warning C4305: '=' : truncation from 'double' to 'float'
1>Items.cpp
2>d:\eqemu server\source\trunk\eqemuserver\common\ruletypes.h(297) : warning C4305: '=' : truncation from 'double' to 'float'
2>d:\eqemu server\source\trunk\eqemuserver\common\ruletypes.h(299) : warning C4305: '=' : truncation from 'double' to 'float'
2>d:\eqemu server\source\trunk\eqemuserver\common\ruletypes.h(321) : warning C4305: '=' : truncation from 'double' to 'float'
2>d:\eqemu server\source\trunk\eqemuserver\common\ruletypes.h(322) : warning C4305: '=' : truncation from 'double' to 'float'
2>d:\eqemu server\source\trunk\eqemuserver\common\ruletypes.h(323) : warning C4305: '=' : truncation from 'double' to 'float'
2>d:\eqemu server\source\trunk\eqemuserver\common\ruletypes.h(324) : warning C4305: '=' : truncation from 'double' to 'float'
2>d:\eqemu server\source\trunk\eqemuserver\common\ruletypes.h(325) : warning C4305: '=' : truncation from 'double' to 'float'
2>d:\eqemu server\source\trunk\eqemuserver\common\ruletypes.h(326) : warning C4305: '=' : truncation from 'double' to 'float'
2>d:\eqemu server\source\trunk\eqemuserver\common\ruletypes.h(327) : warning C4305: '=' : truncation from 'double' to 'float'
2>d:\eqemu server\source\trunk\eqemuserver\common\ruletypes.h(328) : warning C4305: '=' : truncation from 'double' to 'float'
2>d:\eqemu server\source\trunk\eqemuserver\common\ruletypes.h(333) : warning C4305: '=' : truncation from 'double' to 'float'
2>d:\eqemu server\source\trunk\eqemuserver\common\ruletypes.h(407) : warning C4305: '=' : truncation from 'double' to 'float'
2>d:\eqemu server\source\trunk\eqemuserver\common\ruletypes.h(408) : warning C4305: '=' : truncation from 'double' to 'float'
2>d:\eqemu server\source\trunk\eqemuserver\common\ruletypes.h(411) : warning C4305: '=' : truncation from 'double' to 'float'
2>d:\eqemu server\source\trunk\eqemuserver\common\ruletypes.h(412) : warning C4305: '=' : truncation from 'double' to 'float'
2>rdtsc.cpp
2>packet_functions.cpp
2>packet_dump_file.cpp
1>Doors.cpp
2>packet_dump.cpp
1>DLLMain.cpp
2>opcodemgr.cpp
1>Generating Code...
1>Linking...
1>  Creating library .\../Build/EMuShareMem/EMuShareMem.lib and object .\../Build/EMuShareMem/EMuShareMem.exp
1>Embedding manifest...
1>Build log was saved at "file://d:\EQEmu Server\source\trunk\EQEmuServer\Build\EMuShareMem\Release\BuildLog.htm"
1>EMuShareMem - 0 error(s), 1 warning(s)
3>------ Build started: Project: World, Configuration: ReleaseBots Win32 ------
3>Compiling...
3>XMLParser.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
3>Utility.cpp
3>tinyxmlparser.cpp
3>tinyxmlerror.cpp
2>misc.cpp
3>tinyxml.cpp
3>tinystr.cpp
3>timer.cpp
3>timeoutmgr.cpp
2>md5.cpp
3>TCPServer.cpp
2>d:\eqemu server\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 (x86)\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 (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(358) : see declaration of '_snprintf'
2>logsys_eqemu.cpp
2>logsys.cpp
3>TCPConnection.cpp
2>EQStreamProxy.cpp
3>StructStrategy.cpp
2>EQStreamIdent.cpp
3>socket_include.cpp
3>SharedLibrary.cpp
3>shareddb.cpp
2>EQStreamFactory.cpp
3>serverinfo.cpp
3>rulesys.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
3>races.cpp
3>perl_EQDBRes.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
3>perl_EQDB.cpp
2>EmuTCPServer.cpp
3>Parse.cpp
2>EmuTCPConnection.cpp
3>Generating Code...
3>Compiling...
3>packet_functions.cpp
3>packet_dump_file.cpp
2>emu_opcodes.cpp
2>debug.cpp
2>dbcore.cpp
3>packet_dump.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
3>opcodemgr.cpp
2>BasePacket.cpp
3>Mutex.cpp
2>lfguild.cpp
3>moremath.cpp
3>MiscFunctions.cpp
2>.\lfguild.cpp(265) : warning C4244: 'initializing' : conversion from 'time_t' to 'uint32', possible loss of data
2>.\lfguild.cpp(316) : warning C4244: 'initializing' : conversion from 'time_t' to 'uint32', possible loss of data
2>worldserver.cpp
3>misc.cpp
2>queryservconfig.cpp
3>Mime.cpp
3>MemFile.cpp
2>queryserv.cpp
3>md5.cpp
3>logsys_eqemu.cpp
2>database.cpp
3>logsys.cpp
2>Linking...
3>Item.cpp
2>Generating code
3>HTTPSocket.cpp
3>HttpdSocket.cpp
2>Finished generating code
2>Embedding manifest...
3>HttpdForm.cpp
2>Build log was saved at "file://d:\EQEmu Server\source\trunk\EQEmuServer\Build\queryserv\Release\BuildLog.htm"
2>queryserv - 0 error(s), 79 warning(s)
3>HttpdCookies.cpp
3>guilds.cpp
3>guild_base.cpp
3>Generating Code...
3>d:\eqemu server\source\trunk\eqemuserver\common\socketlib\httpsocket.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>VoA.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>Generating Code...
3>Compiling...
3>world_logsys.cpp
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>.\EQWParser.cpp(116) : error C2106: '=' : left operand must be l-value
3>.\EQWParser.cpp(123) : error C2106: '=' : left operand must be l-value
3>EQWHTTPHandler.cpp
3>EQW.cpp
3>EQLConfig.cpp
3>console.cpp
3>clientlist.cpp
3>Generating Code...
3>Compiling...
3>cliententry.cpp
3>client.cpp
3>AdventureManager.cpp
3>Adventure.cpp
3>Generating Code...
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://d:\EQEmu Server\source\trunk\EQEmuServer\world\ReleaseBots\BuildLog.htm"
3>World - 2 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>VoA.cpp
4>Underfoot.cpp
4>Titanium.cpp
4>SoF.cpp
4>SoD.cpp
4>Patches.cpp
4>HoT.cpp
4>Generating Code...
4>Compiling...
4>Client62.cpp
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>Generating Code...
4>Compiling...
4>spdat.cpp
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>Generating Code...
4>Compiling...
4>perl_hateentry.cpp
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>Generating Code...
4>Compiling...
4>forage.cpp
4>fearpath.cpp
4>faction.cpp
4>exp.cpp
4>EQEMuError.cpp
4>entity.cpp
4>embxs.cpp
4>embperl.cpp
4>.\embperl.cpp(161) : error C2106: '=' : left operand must be l-value
4>.\embperl.cpp(168) : error C2106: '=' : left operand must be l-value
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>.\bot.cpp(7696) : error C2110: '+' : cannot add two pointers
4>bonuses.cpp
4>Generating Code...
4>Compiling...
4>beacon.cpp
4>attack.cpp
4>aggro.cpp
4>AA.cpp
4>Generating Code...
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://d:\EQEmu Server\source\trunk\EQEmuServer\zone\ReleaseBots\BuildLog.htm"
4>Zone - 3 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>d:\eqemu server\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.
5>        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
5>tinyxmlerror.cpp
5>d:\eqemu server\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.
5>        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
5>tinyxml.cpp
5>d:\eqemu server\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.
5>        C:\Program Files (x86)\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 (x86)\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 (x86)\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 (x86)\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 (x86)\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 (x86)\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 (x86)\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 (x86)\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 (x86)\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 (x86)\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 (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
5>tinystr.cpp
5>d:\eqemu server\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.
5>        C:\Program Files (x86)\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>d:\eqemu server\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 (x86)\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 (x86)\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://d:\EQEmu Server\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>XMLParser.cpp
6>worldconn.cpp
6>unix.cpp
6>tinyxmlparser.cpp
6>d:\eqemu server\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.
6>        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
6>tinyxmlerror.cpp
6>d:\eqemu server\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.
6>        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
6>tinyxml.cpp
6>d:\eqemu server\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.
6>        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
6>..\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.
6>        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
6>..\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.
6>        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
6>..\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.
6>        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
6>..\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.
6>        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
6>..\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.
6>        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
6>..\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.
6>        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
6>..\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.
6>        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(324) : see declaration of 'sscanf'
6>..\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.
6>        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(324) : see declaration of 'sscanf'
6>..\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.
6>        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
6>..\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.
6>        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
6>tinystr.cpp
6>d:\eqemu server\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.
6>        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
6>timer.cpp
6>..\common\timer.cpp(68) : warning C4244: '=' : conversion from 'time_t' to 'long', possible loss of data
6>timeoutmgr.cpp
6>TCPServer.cpp
6>TCPConnection.cpp
6>StructStrategy.cpp
6>SharedLibrary.cpp
6>..\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.
6>        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
6>serverinfo.cpp
6>..\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.
6>        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
6>..\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.
6>        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
6>..\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.
6>        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
6>..\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.
6>        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
6>..\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.
6>        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
6>..\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.
6>        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
6>..\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.
6>        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
6>..\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.
6>        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
6>..\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.
6>        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
6>..\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.
6>        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
6>..\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.
6>        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
6>..\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.
6>        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
6>..\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.
6>        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
6>rulesys.cpp
6>..\common\rulesys.cpp(177) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
6>d:\eqemu server\source\trunk\eqemuserver\common\ruletypes.h(40) : warning C4305: '=' : truncation from 'double' to 'float'
6>d:\eqemu server\source\trunk\eqemuserver\common\ruletypes.h(243) : warning C4305: '=' : truncation from 'double' to 'float'
6>d:\eqemu server\source\trunk\eqemuserver\common\ruletypes.h(244) : warning C4305: '=' : truncation from 'double' to 'float'
6>d:\eqemu server\source\trunk\eqemuserver\common\ruletypes.h(288) : warning C4305: '=' : truncation from 'double' to 'float'
6>d:\eqemu server\source\trunk\eqemuserver\common\ruletypes.h(289) : warning C4305: '=' : truncation from 'double' to 'float'
6>d:\eqemu server\source\trunk\eqemuserver\common\ruletypes.h(296) : warning C4305: '=' : truncation from 'double' to 'float'
6>d:\eqemu server\source\trunk\eqemuserver\common\ruletypes.h(297) : warning C4305: '=' : truncation from 'double' to 'float'
6>d:\eqemu server\source\trunk\eqemuserver\common\ruletypes.h(299) : warning C4305: '=' : truncation from 'double' to 'float'
6>d:\eqemu server\source\trunk\eqemuserver\common\ruletypes.h(321) : warning C4305: '=' : truncation from 'double' to 'float'
6>d:\eqemu server\source\trunk\eqemuserver\common\ruletypes.h(322) : warning C4305: '=' : truncation from 'double' to 'float'
6>d:\eqemu server\source\trunk\eqemuserver\common\ruletypes.h(323) : warning C4305: '=' : truncation from 'double' to 'float'
6>d:\eqemu server\source\trunk\eqemuserver\common\ruletypes.h(324) : warning C4305: '=' : truncation from 'double' to 'float'
6>d:\eqemu server\source\trunk\eqemuserver\common\ruletypes.h(325) : warning C4305: '=' : truncation from 'double' to 'float'
6>d:\eqemu server\source\trunk\eqemuserver\common\ruletypes.h(326) : warning C4305: '=' : truncation from 'double' to 'float'
6>d:\eqemu server\source\trunk\eqemuserver\common\ruletypes.h(327) : warning C4305: '=' : truncation from 'double' to 'float'
6>d:\eqemu server\source\trunk\eqemuserver\common\ruletypes.h(328) : warning C4305: '=' : truncation from 'double' to 'float'
6>d:\eqemu server\source\trunk\eqemuserver\common\ruletypes.h(333) : warning C4305: '=' : truncation from 'double' to 'float'
6>d:\eqemu server\source\trunk\eqemuserver\common\ruletypes.h(407) : warning C4305: '=' : truncation from 'double' to 'float'
6>d:\eqemu server\source\trunk\eqemuserver\common\ruletypes.h(408) : warning C4305: '=' : truncation from 'double' to 'float'
6>d:\eqemu server\source\trunk\eqemuserver\common\ruletypes.h(411) : warning C4305: '=' : truncation from 'double' to 'float'
6>d:\eqemu server\source\trunk\eqemuserver\common\ruletypes.h(412) : warning C4305: '=' : truncation from 'double' to 'float'
6>rdtsc.cpp
6>packet_functions.cpp
6>packet_dump_file.cpp
6>packet_dump.cpp
6>opcodemgr.cpp
6>Compiling...
6>Mutex.cpp
6>..\common\Mutex.cpp(128) : warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)
6>moremath.cpp
6>MiscFunctions.cpp
6>misc.cpp
6>md5.cpp
6>d:\eqemu server\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.
6>        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
6>..\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.
6>        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(358) : see declaration of '_snprintf'
6>logsys_eqemu.cpp
6>logsys.cpp
6>EQStreamProxy.cpp
6>EQStreamIdent.cpp
6>EQStreamFactory.cpp
6>EQStream.cpp
6>..\common\EQStream.cpp(73) : warning C4018: '>' : signed/unsigned mismatch
6>..\common\EQStream.cpp(331) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
6>..\common\EQStream.cpp(382) : warning C4018: '>' : signed/unsigned mismatch
6>..\common\EQStream.cpp(397) : warning C4018: '>' : signed/unsigned mismatch
6>..\common\EQStream.cpp(414) : warning C4244: 'argument' : conversion from 'uint64' to 'u_long', possible loss of data
6>..\common\EQStream.cpp(414) : warning C4244: 'argument' : conversion from 'uint64' to 'u_long', possible loss of data
6>..\common\EQStream.cpp(539) : warning C4018: '>' : signed/unsigned mismatch
6>..\common\EQStream.cpp(551) : warning C4018: '>' : signed/unsigned mismatch
6>..\common\EQStream.cpp(602) : warning C4244: 'argument' : conversion from 'long' to 'uint16', possible loss of data
6>..\common\EQStream.cpp(602) : warning C4244: 'argument' : conversion from 'long' to 'uint16', possible loss of data
6>..\common\EQStream.cpp(603) : warning C4244: 'argument' : conversion from 'long' to 'uint16', possible loss of data
6>..\common\EQStream.cpp(660) : warning C4018: '>' : signed/unsigned mismatch
6>..\common\EQStream.cpp(663) : warning C4244: 'initializing' : conversion from 'long' to 'uint16', possible loss of data
6>..\common\EQStream.cpp(703) : warning C4018: '>' : signed/unsigned mismatch
6>..\common\EQStream.cpp(772) : warning C4244: 'argument' : conversion from 'unsigned long' to 'u_short', possible loss of data
6>..\common\EQStream.cpp(844) : warning C4244: 'argument' : conversion from 'time_t' to 'u_long', possible loss of data
6>..\common\EQStream.cpp(1082) : warning C4018: '>' : signed/unsigned mismatch
6>..\common\EQStream.cpp(1119) : warning C4018: '>' : signed/unsigned mismatch
6>EQPacket.cpp
6>..\common\EQPacket.cpp(206) : warning C4244: '=' : conversion from 'const uint16' to 'unsigned char', possible loss of data
6>..\common\EQPacket.cpp(218) : warning C4244: '=' : conversion from 'uint16' to 'unsigned char', possible loss of data
6>..\common\EQPacket.cpp(343) : warning C4244: 'initializing' : conversion from 'unsigned long' to 'uint16', possible loss of data
6>EQEmuConfig.cpp
6>EmuTCPServer.cpp
6>EmuTCPConnection.cpp
6>emu_opcodes.cpp
6>debug.cpp
6>dbcore.cpp
6>..\common\dbcore.cpp(199) : warning C4244: '=' : conversion from 'my_ulonglong' to 'int32', possible loss of data
6>..\common\dbcore.cpp(201) : warning C4244: '=' : conversion from 'my_ulonglong' to 'int32', possible loss of data
6>crc32.cpp
6>CRC16.cpp
6>Compiling...
6>Condition.cpp
6>BasePacket.cpp
6>worldserver.cpp
6>ucsconfig.cpp
6>ucs.cpp
6>database.cpp
6>.\database.cpp(586) : warning C4244: 'initializing' : conversion from 'time_t' to 'int', possible loss of data
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>Generating code
6>Finished generating code
6>Embedding manifest...
6>Build log was saved at "file://d:\EQEmu Server\source\trunk\EQEmuServer\Build\ucs\Release\BuildLog.htm"
6>ucs - 0 error(s), 83 warning(s)
========== Build: 4 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========


Tanyard 08-01-2012 02:07 PM

i appologize for the length.. i have no idea how to make the little
scrolling text box ><

Maze_EQ 08-01-2012 02:32 PM

Theres a button on the post reply that is a #, it's to wrap text in code

or you can wrap it by [CODE.] [CODE\]

(Remove the .)

Uleat 08-01-2012 02:47 PM

world failed because of these:

Code:

3>.\EQWParser.cpp(116) : error C2106: '=' : left operand must be l-value
3>.\EQWParser.cpp(123) : error C2106: '=' : left operand must be l-value

zone failed because of these:

Code:

4>.\embperl.cpp(161) : error C2106: '=' : left operand must be l-value
4>.\embperl.cpp(168) : error C2106: '=' : left operand must be l-value
4>.\bot.cpp(7696) : error C2110: '+' : cannot add two pointers


Warnings can usually be overlooked...

The bot.cpp is a known bug and possibly fixed..you may need to update your revision if you're still on 2171.

The EQWParser.cpp and embperl.cpp could be related to your Perl setup since these are the two places that it
is defined. Someone more knowledgeable can probably point you in the direction for a fix.

Tanyard 08-01-2012 03:00 PM

actually i am on 2174 ><

Tanyard 08-01-2012 03:11 PM

Quote:

Originally Posted by Uleat (Post 211431)
Warnings can usually be overlooked...

The bot.cpp is a known bug and possibly fixed..you may need to update your revision if you're still on 2171.

The EQWParser.cpp and embperl.cpp could be related to your Perl setup since these are the two places that it
is defined. Someone more knowledgeable can probably point you in the direction for a fix.

I am actually using 2174 says TortSVN, and turns out i was accidently using a higher version of Perl, believe it was 5.14.. uninstalled and manually deleted Perl directory, installed 5.12 and seeing if that helps

Uleat 08-01-2012 03:27 PM

Read this thread for the bots.cpp issue:

http://www.eqemulator.org/forums/showthread.php?t=35575

Bad_captain will probably be updating this on the SVN when he gets a chance.


There's more than enough posts around here on what version of Perl to use.

Perl 10 is the default for non-VS 10/x64 builds, but that is getting harder to find. Perl 12 can be used with no apparent
issues, but changes need to be made EQWParser and embperl.

I run on x86 hardware and OS, so I can't specifically say what situations to use Perl 14 on..but that info is around here.

Maze_EQ 08-01-2012 03:50 PM

Thanks, Uleat. He contacted me via Gmail, I got it fixed up.

Versalin 08-19-2012 06:45 PM

Im having trouble when i go to launch the start.bat file and I get to the part where the 5 zones start but they all immediately crash. Any help is much appreciated

EDIT: So I ran each of the start commands by themselvs and when I start Zone.exe it starts and crashes on Load Perl Commands

Zone.exe log Output:
---------------------------------------------
[08.19. - 16:25:48] Starting Log: logs/eqemu_quest_zone_0216.log
[08.19. - 16:25:48] Tying perl output to eqemu logs
[08.19. - 16:25:48] Creating EQEmuIO=HASH(0x310b3dc)
[08.19. - 16:25:48] Creating EQEmuIO=HASH(0x310655c)
[08.19. - 16:25:48] Loading perlemb plugins.
[08.19. - 16:25:48] Subroutine Cwd::fastcwd redefined at C:/Perl/lib/Cwd.pm line 819.
[08.19. - 16:25:48] Subroutine Cwd::getcwd redefined at C:/Perl/lib/Cwd.pm line 819.
[08.19. - 16:25:48] Subroutine Cwd::abs_path redefined at C:/Perl/lib/Cwd.pm line 819.
[08.19. - 16:25:48] Loading perl commands...

Start.Bat log output.

---------------------------------------------
[08.19. - 15:42:57] Starting Log: logs/eqemu_debug_world_4424.log
[08.19. - 15:42:57] [WORLD__INIT] Loading server configuration..
[08.19. - 15:42:57] [WORLD__INIT] Log settings loaded from log.ini
[08.19. - 15:42:57] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEmulator 0.8.0
[08.19. - 15:42:57] [WORLD__INIT] Added loginserver eqemulator.net:5998
[08.19. - 15:42:57] [WORLD__INIT] Connecting to MySQL...
[08.19. - 15:42:57] [WORLD__INIT] HTTP world service disabled.
[08.19. - 15:42:57] [WORLD__INIT] Loading variables..
[08.19. - 15:42:57] [WORLD__INIT] Loading zones..
[08.19. - 15:42:57] [WORLD__INIT] Clearing groups..
[08.19. - 15:42:57] [WORLD__INIT] Clearing raids..
[08.19. - 15:42:57] [WORLD__INIT] Loading items..
[08.19. - 15:42:59] [WORLD__INIT] Loading guilds..
[08.19. - 15:42:59] [WORLD__INIT] Loaded default rule set 'default'
[08.19. - 15:42:59] [WORLD__INIT] Clearing temporary merchant lists..
[08.19. - 15:42:59] [WORLD__INIT] Loading EQ time of day..
[08.19. - 15:42:59] [WORLD__INIT_ERR] Unable to load eqtime.cfg
[08.19. - 15:42:59] [WORLD__INIT] Loading launcher list..
[08.19. - 15:42:59] [WORLD__INIT] Reboot zone modes ON
[08.19. - 15:42:59] [WORLD__INIT] Deleted 0 stale player corpses from database
[08.19. - 15:42:59] [WORLD__INIT] Deleted 0 stale player backups from database
[08.19. - 15:42:59] [WORLD__INIT] Loading adventures...
[08.19. - 15:42:59] [WORLD__INIT] Purging expired instances
[08.19. - 15:42:59] [WORLD__INIT] Loading char create info...
[08.19. - 15:42:59] [WORLD__INIT] Zone (TCP) listener started.
[08.19. - 15:42:59] [WORLD__INIT] Client (UDP) listener started.
[08.19. - 15:42:59] [NET__IDENTIFY] Registered patch 6.2
[08.19. - 15:42:59] [NET__IDENTIFY] Registered patch Titanium
[08.19. - 15:42:59] [NET__IDENTIFY] Registered patch SoF
[08.19. - 15:42:59] [NET__IDENTIFY] Registered patch SoD
[08.19. - 15:42:59] [NET__IDENTIFY] Registered patch Underfoot
[08.19. - 15:42:59] [WORLD__LS] Connecting to login server: eqemulator.net:5998
[08.19. - 15:42:59] [WORLD__LS] Connected to Loginserver: eqemulator.net:5998
[08.19. - 15:42:59] [WORLD__LS] Loginserver provided 98.234.138.203 as world address
[08.19. - 15:43:08] [WORLD__ZONE] New TCP connection from 127.0.0.1:53210
[08.19. - 15:43:09] [WORLD__CONSOLE] New launcher from 127.0.0.1:53210
[08.19. - 15:43:09] [WORLD__LAUNCH] Adding pending launcher 1
[08.19. - 15:43:13] [WORLD__LAUNCH] Launcher Identified itself as 'zone'. Loading zone list.
[08.19. - 15:43:13] [WORLD__LAUNCH] Removing pending launcher 1. Adding zone to active list.
[08.19. - 15:43:18] [WORLD__LAUNCH] zone: dynamic_01 reported state STARTED (1 starts)
[08.19. - 15:43:26] [WORLD__LAUNCH] zone: dynamic_01 reported state STOPPED (1 starts)
[08.19. - 15:43:38] [WORLD__LAUNCH] zone: dynamic_01 reported state STARTED (2 starts)
[08.19. - 15:43:56] [WORLD__LAUNCH] zone: dynamic_01 reported state STOPPED (2 starts)
[08.19. - 15:43:58] [WORLD__LAUNCH] zone: dynamic_02 reported state STARTED (1 starts)

Versalin 08-19-2012 08:41 PM

Nevermind, dug around the forums and figured it out.

Raybot 08-21-2012 04:34 AM

Well, I'm finally giving in and posting.

I am currently receiving the LNK2019 error:

Code:

1>------ Build started: Project: eqlaunch, Configuration: Release Win32 ------
1>Linking...
1>packet_functions.obj : error LNK2019: unresolved external symbol _deflateEnd referenced in function "int __cdecl DeflatePacket(unsigned char const *,int,unsigned char *,int)" (?DeflatePacket@@YAHPBEHPAEH@Z)
1>packet_functions.obj : error LNK2019: unresolved external symbol _deflate referenced in function "int __cdecl DeflatePacket(unsigned char const *,int,unsigned char *,int)" (?DeflatePacket@@YAHPBEHPAEH@Z)
1>packet_functions.obj : error LNK2019: unresolved external symbol _deflateInit_ referenced in function "int __cdecl DeflatePacket(unsigned char const *,int,unsigned char *,int)" (?DeflatePacket@@YAHPBEHPAEH@Z)
1>packet_functions.obj : error LNK2019: unresolved external symbol _inflateEnd referenced in function "unsigned int __cdecl InflatePacket(unsigned char const *,unsigned int,unsigned char *,unsigned int,bool)" (?InflatePacket@@YAIPBEIPAEI_N@Z)
1>packet_functions.obj : error LNK2019: unresolved external symbol _inflate referenced in function "unsigned int __cdecl InflatePacket(unsigned char const *,unsigned int,unsigned char *,unsigned int,bool)" (?InflatePacket@@YAIPBEIPAEI_N@Z)
1>packet_functions.obj : error LNK2019: unresolved external symbol _inflateInit2_ referenced in function "unsigned int __cdecl InflatePacket(unsigned char const *,unsigned int,unsigned char *,unsigned int,bool)" (?InflatePacket@@YAIPBEIPAEI_N@Z)
1>.\../Build/eqlaunch.exe : fatal error LNK1120: 6 unresolved externals
1>Build log was saved at "file://f:\Source\trunk\EQEmuServer\Build\eqlaunch\Release\BuildLog.htm"
1>eqlaunch - 7 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 5 up-to-date, 0 skipped ==========

I am running on a 32 bit system with a 32 bit MySQL and the latest svn. I am not attempting to build a x64 (since I do not have the option), and everything selected is 32.

This is running 2008 express, perl 5.12 (edited cpp's), and the zlib included in the svn.

I am officially at a loss here. Any help that anyone could provide would be appreciated. Please let me know if any additional information is needed.

Thank you.

lerxst2112 08-21-2012 08:17 AM

zlib isn't linking properly. Check that you set both the include and library path for it.

Raybot 08-21-2012 11:35 AM

Thanks for the response.

I have double checked both the lib and include directories for zlib (located at trunk\EQEmuServer\zlib) are correct and are at the top of the list. I still receive the same link errors.

Thank you.

lerxst2112 08-21-2012 01:56 PM

I assume you used the full path to the directory and not the relative one you posted? You also need to point them at the <fullpath>\zlib\include and <fullpath>\zlib\lib directories, not just the zlib directory.

Raybot 08-21-2012 03:02 PM

Quote:

Originally Posted by lerxst2112 (Post 211937)
I assume you used the full path to the directory and not the relative one you posted? You also need to point them at the <fullpath>\zlib\include and <fullpath>\zlib\lib directories, not just the zlib directory.

Yes sorry. The post was made in a hurry. I am using the full path location as well as having each respective directory pointing to their corresponding zlib (include and lib).

posted from phone

Raybot 08-22-2012 03:06 AM

The, "I'm not derping (I think)" link:

http://i48.tinypic.com/av50ef.jpg

lerxst2112 08-22-2012 01:54 PM

Make MySQL the first in the list. They also link against zlib, and it appears to interfere.

Raybot 08-23-2012 03:26 AM

Well I'll be damned. You're the man! (Woman? /shrug).

Anything in particular that pointed to that being the problem? Aside from things being in correctly and still getting the lib errors.

lerxst2112 08-23-2012 12:51 PM

Quote:

Originally Posted by Raybot (Post 212000)
Anything in particular that pointed to that being the problem? Aside from things being in correctly and still getting the lib errors.

Well, mine compiled and yours didn't, and the order of the directories was the only obvious difference so I arranged mine like yours to see if it made a difference.

Link ordering issues where the project and a linked library both use the same external library are common enough that I had an idea that might be it, I just needed to set it up and see if that was the case.

Bigstink357 08-29-2012 07:33 PM

Please help me figure out this issue....
 
First off thanks for making this guide. I REALLY appreciate it. I have read many different sources of information here to get me to this point. I have got to the point where I felt I was ready to start my server ... after 5 days of hair pulling LOL.

However when I start i get the following issues could anyone help me, I cant seem to find any related info to this issue... I am thinking its related to some sourcing in the DB not being correct but when I check them in Navicat they are there....


world debug

---------------------------------------------
[08.29. - 17:28:30] Starting Log: logs/eqemu_debug_world_3144.log
[08.29. - 17:28:30] [WORLD__INIT] Loading server configuration..
[08.29. - 17:28:30] [WORLD__INIT] Log settings loaded from log.ini
[08.29. - 17:28:30] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEmulator 0.8.0
[08.29. - 17:28:30] [WORLD__INIT] Added loginserver eqemulator.net:5998
[08.29. - 17:28:30] [WORLD__INIT] Connecting to MySQL...
[08.29. - 17:28:30] [WORLD__INIT] HTTP world service disabled.
[08.29. - 17:28:30] [WORLD__INIT] Loading variables..
[08.29. - 17:28:30] [WORLD__INIT] Loading zones..
[08.29. - 17:28:30] [WORLD__INIT] Clearing groups..
[08.29. - 17:28:30] [WORLD__INIT] Clearing raids..
[08.29. - 17:28:30] [WORLD__INIT] Loading items..
[08.29. - 17:28:30] [WORLD__INIT_ERR] Error: Could not load item data. But ignoring
[08.29. - 17:28:30] [WORLD__INIT] Loading guilds..
[08.29. - 17:28:30] [WORLD__INIT] Loaded default rule set 'default'
[08.29. - 17:28:30] [WORLD__INIT] Clearing temporary merchant lists..
[08.29. - 17:28:30] [WORLD__INIT] Loading EQ time of day..
[08.29. - 17:28:30] [WORLD__INIT_ERR] Unable to load eqtime.cfg
[08.29. - 17:28:30] [WORLD__INIT] Loading launcher list..
[08.29. - 17:28:30] [WORLD__INIT] Reboot zone modes ON
[08.29. - 17:28:30] [WORLD__INIT] Deleted 0 stale player corpses from database
[08.29. - 17:28:30] [WORLD__INIT] Deleted 0 stale player backups from database
[08.29. - 17:28:30] [WORLD__INIT] Loading adventures...
[08.29. - 17:28:30] [WORLD__INIT] Purging expired instances
[08.29. - 17:28:30] [WORLD__INIT] Loading char create info...
[08.29. - 17:28:30] [WORLD__INIT] Zone (TCP) listener started.
[08.29. - 17:28:30] [WORLD__INIT] Client (UDP) listener started.
[08.29. - 17:28:30] [NET__IDENTIFY] Registered patch 6.2
[08.29. - 17:28:30] [NET__IDENTIFY] Registered patch Titanium
[08.29. - 17:28:30] [NET__IDENTIFY] Registered patch SoF
[08.29. - 17:28:30] [NET__IDENTIFY] Registered patch SoD
[08.29. - 17:28:30] [NET__IDENTIFY] Registered patch Underfoot
[08.29. - 17:28:30] [WORLD__LS] Connecting to login server: eqemulator.net:5998
[08.29. - 17:28:30] [WORLD__LS] Connected to Loginserver: eqemulator.net:5998
[08.29. - 17:28:31] [WORLD__LS] Loginserver provided 96.125.243.219 as world address
[08.29. - 17:28:39] [WORLD__ZONE] New TCP connection from 127.0.0.1:51171
[08.29. - 17:28:39] [WORLD__CONSOLE] New launcher from 127.0.0.1:51171
[08.29. - 17:28:39] [WORLD__LAUNCH] Adding pending launcher 1
[08.29. - 17:28:39] [WORLD__LAUNCH] Launcher Identified itself as 'zone'. Loading zone list.
[08.29. - 17:28:39] [WORLD__LAUNCH] Removing pending launcher 1. Adding zone to active list.
[08.29. - 17:28:44] [WORLD__LAUNCH] zone: dynamic_01 reported state STARTED (1 starts)
[08.29. - 17:28:46] [WORLD__LAUNCH] zone: dynamic_01 reported state STOPPED (1 starts)
[08.29. - 17:28:57] [WORLD__LAUNCH] Removing launcher zone (1)

The red continously repeats

AND

[08.29. - 17:30:17] Starting Log: logs/eqemu_debug_5668.log
[08.29. - 17:30:17] [LAUNCHER__INIT] Loading server configuration..
[08.29. - 17:30:17] [LAUNCHER__INIT] Starting main loop...
[08.29. - 17:30:17] [NET__WORLD] Connected to World: localhost:9000
[08.29. - 17:30:22] [LAUNCHER__WORLD] World told us to start zone dynamic_01.
[08.29. - 17:30:22] [LAUNCHER__WORLD] World told us to start zone dynamic_02.
[08.29. - 17:30:22] [LAUNCHER__WORLD] World told us to start zone dynamic_03.
[08.29. - 17:30:22] [LAUNCHER__WORLD] World told us to start zone dynamic_04.
[08.29. - 17:30:22] [LAUNCHER__WORLD] World told us to start zone dynamic_05.
[08.29. - 17:30:22] [LAUNCHER__ERROR] World told us to start zone dynamic_01, but it is already running.
[08.29. - 17:30:22] [LAUNCHER__ERROR] World told us to start zone dynamic_02, but it is already running.
[08.29. - 17:30:22] [LAUNCHER__ERROR] World told us to start zone dynamic_03, but it is already running.
[08.29. - 17:30:22] [LAUNCHER__ERROR] World told us to start zone dynamic_04, but it is already running.
[08.29. - 17:30:22] [LAUNCHER__ERROR] World told us to start zone dynamic_05, but it is already running.
[08.29. - 17:30:22] [LAUNCHER__STATUS] Starting zone dynamic_01
[08.29. - 17:30:22] [LAUNCHER__STATUS] Zone dynamic_01 has been started.
[08.29. - 17:30:22] [LAUNCHER__STATUS] Waiting 20000 milliseconds before booting the second zone.
[08.29. - 17:30:24] [LAUNCHER__STATUS] Zone dynamic_01 has gone down. Restart timer started.


Zone exe gives....

[08.29. - 17:07:13] Starting Log: logs/eqemu_debug_zone_0364.log
[08.29. - 17:07:13] [ZONE__INIT] Loading server configuration..
[08.29. - 17:07:13] [ZONE__INIT] Log settings loaded from log.ini
[08.29. - 17:07:13] [ZONE__INIT] Connecting to MySQL...
[08.29. - 17:07:13] [ZONE__INIT] CURRENT_ZONE_VERSION: EQEmulator 0.8.0
[08.29. - 17:07:13] [ZONE__INIT] Log settings loaded from ./log.ini
[08.29. - 17:07:13] [ZONE__INIT] Mapping Incoming Opcodes
[08.29. - 17:07:13] [ZONE__INIT] Loading Variables
[08.29. - 17:07:13] [ZONE__INIT] Loading zone names
[08.29. - 17:07:13] [ZONE__INIT] Loading items
[08.29. - 17:07:13] [ZONE__INIT_ERR] Loading items FAILED!
[08.29. - 17:07:13] [ZONE__INIT] Failed. But ignoring error and going on...
[08.29. - 17:07:13] [ZONE__INIT] Loading npc faction lists
[08.29. - 17:07:13] [ZONE__INIT_ERR] Loading npcs faction lists FAILED!


Any help would be greatly appreciated... I have tried a lot of different things, done the guide 7 times over.... fixed many issues on my own but this one I cant get.... sorry

Thanks
Big

lerxst2112 08-29-2012 08:13 PM

Quote:

[08.29. - 17:07:13] [ZONE__INIT_ERR] Loading items FAILED!
[08.29. - 17:07:13] [ZONE__INIT] Failed. But ignoring error and going on...
[08.29. - 17:07:13] [ZONE__INIT] Loading npc faction lists
[08.29. - 17:07:13] [ZONE__INIT_ERR] Loading npcs faction lists FAILED!
This means there is something wrong with your database. After you sourced the initial version did you apply all of the required updates?

Bigstink357 08-29-2012 08:16 PM

Yes sir, I did this on 3 seperate attempts from clean install, patching/updating all source updates from current version 2098 i believe.

So anything from 2098 plus that said required was added.

Unless I did something wrong? the guide is very specific on what to do in Navicat.... I did something wrong but cant figure what it is.

Thanks!
Big

sorvani 08-29-2012 08:35 PM

If the SQL file did not say optional then it is required. even if it does not say required.

Bigstink357 08-29-2012 08:43 PM

Yes sir, I redid all of them just to be sure.... I must have done something wrong somewhere.

I used the versions of software stated in this help document. PERL 5.10 MySQL 5.1 etc so to minimize dificulties.... using other versions caused my brain to melt to easily.

Should I restart again? or is there something else I could try?

Thanks!
Big

lerxst2112 08-29-2012 09:31 PM

Is EMuShareMem.dll in the directory where your server is being run from?

Bigstink357 08-29-2012 09:50 PM

EMU issues
 
Is EMuShareMem.dll in the directory where your server is being run from?

Yes sir it is, however I totally rebuilt the whole server again, painstakingly following it to the letter. I did notice that a new rev2142 not 2098 was out. so I only sourced updates from there. It now spawns 5 zones correctly at least I think.

Dont see server in the EMU server list publicly so I must have done something wrong in the eqemu_config.xml file.

Router is port forwarding all required ports to this machine... and it looks like it connects to the public login. Could be wrong though.

At least I am further along ;) thanks bunch. Now next problem to research.

Thanks for all the help here guys!
Big

Rabbit9179 09-02-2012 04:28 PM

ActivePerl 5.10
 
Here is a copy of ActivePerl 5.10 I found. I uploaded it to my google account so everyone could download it. It was kinda hard to find a copy.
Download here

Dylan1994 09-04-2012 05:19 PM

I'm having a problem Building the Solution, I'm stuck and I'm not quite sure where to go. I did see the above post and I did that moving the MySQL at the top of the Directory list but it didn't seem to do anything. Any help?

Thanks,
Dyl

Code:

1>------ Build started: Project: World, Configuration: Release Win32 ------
1>Linking...
1>perl_EQDB.obj : error LNK2019: unresolved external symbol _Perl_sv_2pv_flags referenced in function _XS_EQDB_field_count
1>EQW.obj : error LNK2001: unresolved external symbol _Perl_sv_2pv_flags
1>perl_EQLConfig.obj : error LNK2001: unresolved external symbol _Perl_sv_2pv_flags
1>perl_EQW.obj : error LNK2001: unresolved external symbol _Perl_sv_2pv_flags
1>perl_HTTPRequest.obj : error LNK2001: unresolved external symbol _Perl_sv_2pv_flags
1>perl_HTTPRequest.obj : error LNK2019: unresolved external symbol _Perl_Istack_base_ptr referenced in function _XS_HTTPRequest_get
1>perl_EQDB.obj : error LNK2001: unresolved external symbol _Perl_Istack_base_ptr
1>perl_EQDBRes.obj : error LNK2001: unresolved external symbol _Perl_Istack_base_ptr
1>EQW.obj : error LNK2001: unresolved external symbol _Perl_Istack_base_ptr
1>EQWParser.obj : error LNK2001: unresolved external symbol _Perl_Istack_base_ptr
1>perl_EQLConfig.obj : error LNK2001: unresolved external symbol _Perl_Istack_base_ptr
1>perl_EQW.obj : error LNK2001: unresolved external symbol _Perl_Istack_base_ptr
1>perl_HTTPRequest.obj : error LNK2019: unresolved external symbol _Perl_Imarkstack_ptr_ptr referenced in function _XS_HTTPRequest_get
1>perl_EQDB.obj : error LNK2001: unresolved external symbol _Perl_Imarkstack_ptr_ptr
1>perl_EQDBRes.obj : error LNK2001: unresolved external symbol _Perl_Imarkstack_ptr_ptr
1>EQW.obj : error LNK2001: unresolved external symbol _Perl_Imarkstack_ptr_ptr
1>EQWParser.obj : error LNK2001: unresolved external symbol _Perl_Imarkstack_ptr_ptr
1>perl_EQLConfig.obj : error LNK2001: unresolved external symbol _Perl_Imarkstack_ptr_ptr
1>perl_EQW.obj : error LNK2001: unresolved external symbol _Perl_Imarkstack_ptr_ptr
1>perl_HTTPRequest.obj : error LNK2019: unresolved external symbol _Perl_Istack_sp_ptr referenced in function _XS_HTTPRequest_get
1>perl_EQDB.obj : error LNK2001: unresolved external symbol _Perl_Istack_sp_ptr
1>perl_EQDBRes.obj : error LNK2001: unresolved external symbol _Perl_Istack_sp_ptr
1>EQW.obj : error LNK2001: unresolved external symbol _Perl_Istack_sp_ptr
1>EQWParser.obj : error LNK2001: unresolved external symbol _Perl_Istack_sp_ptr
1>perl_EQLConfig.obj : error LNK2001: unresolved external symbol _Perl_Istack_sp_ptr
1>perl_EQW.obj : error LNK2001: unresolved external symbol _Perl_Istack_sp_ptr
1>perl_HTTPRequest.obj : error LNK2019: unresolved external symbol _Perl_get_context referenced in function _XS_HTTPRequest_get
1>perl_EQDB.obj : error LNK2001: unresolved external symbol _Perl_get_context
1>perl_EQDBRes.obj : error LNK2001: unresolved external symbol _Perl_get_context
1>EQW.obj : error LNK2001: unresolved external symbol _Perl_get_context
1>EQWParser.obj : error LNK2001: unresolved external symbol _Perl_get_context
1>perl_EQLConfig.obj : error LNK2001: unresolved external symbol _Perl_get_context
1>perl_EQW.obj : error LNK2001: unresolved external symbol _Perl_get_context
1>EQWParser.obj : error LNK2019: unresolved external symbol _Perl_newXS referenced in function _xs_init
1>EQWParser.obj : error LNK2019: unresolved external symbol _boot_DynaLoader referenced in function _xs_init
1>EQWParser.obj : error LNK2019: unresolved external symbol _Perl_newSV referenced in function "public: __thiscall EQWParser::EQWParser(void)" (??0EQWParser@@QAE@XZ)
1>EQWParser.obj : error LNK2019: unresolved external symbol _perl_alloc referenced in function "public: __thiscall EQWParser::EQWParser(void)" (??0EQWParser@@QAE@XZ)
1>EQWParser.obj : error LNK2019: unresolved external symbol _Perl_sv_setsv_flags referenced in function "protected: void __thiscall EQWParser::DoInit(void)" (?DoInit@EQWParser@@IAEXXZ)
1>EQWParser.obj : error LNK2019: unresolved external symbol _Perl_sv_setref_pv referenced in function "protected: void __thiscall EQWParser::DoInit(void)" (?DoInit@EQWParser@@IAEXXZ)
1>perl_EQW.obj : error LNK2001: unresolved external symbol _Perl_sv_setref_pv
1>perl_EQDB.obj : error LNK2001: unresolved external symbol _Perl_sv_setref_pv
1>EQWParser.obj : error LNK2019: unresolved external symbol _Perl_get_sv referenced in function "protected: void __thiscall EQWParser::DoInit(void)" (?DoInit@EQWParser@@IAEXXZ)
1>EQWParser.obj : error LNK2019: unresolved external symbol _Perl_get_cv referenced in function "protected: void __thiscall EQWParser::DoInit(void)" (?DoInit@EQWParser@@IAEXXZ)
1>EQWParser.obj : error LNK2019: unresolved external symbol _Perl_gv_fetchpv referenced in function "protected: void __thiscall EQWParser::DoInit(void)" (?DoInit@EQWParser@@IAEXXZ)
1>EQWParser.obj : error LNK2019: unresolved external symbol _Perl_gv_stashpv referenced in function "protected: void __thiscall EQWParser::DoInit(void)" (?DoInit@EQWParser@@IAEXXZ)
1>EQWParser.obj : error LNK2019: unresolved external symbol _Perl_eval_pv referenced in function "protected: void __thiscall EQWParser::DoInit(void)" (?DoInit@EQWParser@@IAEXXZ)
1>EQWParser.obj : error LNK2019: unresolved external symbol _perl_run referenced in function "protected: void __thiscall EQWParser::DoInit(void)" (?DoInit@EQWParser@@IAEXXZ)
1>EQWParser.obj : error LNK2019: unresolved external symbol _perl_parse referenced in function "protected: void __thiscall EQWParser::DoInit(void)" (?DoInit@EQWParser@@IAEXXZ)
1>EQWParser.obj : error LNK2019: unresolved external symbol _Perl_sys_init3 referenced in function "protected: void __thiscall EQWParser::DoInit(void)" (?DoInit@EQWParser@@IAEXXZ)
1>EQWParser.obj : error LNK2019: unresolved external symbol _perl_construct referenced in function "protected: void __thiscall EQWParser::DoInit(void)" (?DoInit@EQWParser@@IAEXXZ)
1>EQWParser.obj : error LNK2019: unresolved external symbol _Perl_Iperl_destruct_level_ptr referenced in function "protected: void __thiscall EQWParser::DoInit(void)" (?DoInit@EQWParser@@IAEXXZ)
1>EQWParser.obj : error LNK2019: unresolved external symbol _perl_free referenced in function "public: __thiscall EQWParser::~EQWParser(void)" (??1EQWParser@@QAE@XZ)
1>EQWParser.obj : error LNK2019: unresolved external symbol _Perl_pop_scope referenced in function "protected: bool __thiscall EQWParser::dosub(char const *,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> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IAE_NPBDABV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@AAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@H@Z)
1>EQWParser.obj : error LNK2019: unresolved external symbol _Perl_free_tmps referenced in function "protected: bool __thiscall EQWParser::dosub(char const *,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> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IAE_NPBDABV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@AAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@H@Z)
1>EQWParser.obj : error LNK2019: unresolved external symbol _Perl_sv_2bool referenced in function "protected: bool __thiscall EQWParser::dosub(char const *,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> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IAE_NPBDABV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@AAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@H@Z)
1>perl_EQW.obj : error LNK2001: unresolved external symbol _Perl_sv_2bool
1>EQWParser.obj : error LNK2019: unresolved external symbol _Perl_IXpv_ptr referenced in function "protected: bool __thiscall EQWParser::dosub(char const *,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> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IAE_NPBDABV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@AAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@H@Z)
1>perl_EQW.obj : error LNK2001: unresolved external symbol _Perl_IXpv_ptr
1>EQWParser.obj : error LNK2019: unresolved external symbol _Perl_ISv_ptr referenced in function "protected: bool __thiscall EQWParser::dosub(char const *,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> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IAE_NPBDABV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@AAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@H@Z)
1>perl_EQW.obj : error LNK2001: unresolved external symbol _Perl_ISv_ptr
1>EQWParser.obj : error LNK2019: unresolved external symbol _Perl_Ierrgv_ptr referenced in function "protected: bool __thiscall EQWParser::dosub(char const *,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> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IAE_NPBDABV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@AAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@H@Z)
1>EQWParser.obj : error LNK2019: unresolved external symbol _Perl_call_pv referenced in function "protected: bool __thiscall EQWParser::dosub(char const *,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> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IAE_NPBDABV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@AAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@H@Z)
1>perl_EQDBRes.obj : error LNK2019: unresolved external symbol _Perl_sv_2mortal referenced in function "public: class std::map<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> >,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > > & __thiscall std::map<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> >,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > >::operator=(class std::map<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> >,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > > const &)" (??4?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V12@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V12@@std@@@2@@std@@QAEAAV01@ABV01@@Z)
1>EQWParser.obj : error LNK2001: unresolved external symbol _Perl_sv_2mortal
1>perl_EQLConfig.obj : error LNK2001: unresolved external symbol _Perl_sv_2mortal
1>perl_EQW.obj : error LNK2001: unresolved external symbol _Perl_sv_2mortal
1>perl_HTTPRequest.obj : error LNK2001: unresolved external symbol _Perl_sv_2mortal
1>EQWParser.obj : error LNK2019: unresolved external symbol _Perl_newSVpv referenced in function "protected: bool __thiscall EQWParser::dosub(char const *,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> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IAE_NPBDABV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@AAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@H@Z)
1>EQWParser.obj : error LNK2019: unresolved external symbol _Perl_stack_grow referenced in function "protected: bool __thiscall EQWParser::dosub(char const *,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> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IAE_NPBDABV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@AAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@H@Z)
1>perl_EQLConfig.obj : error LNK2001: unresolved external symbol _Perl_stack_grow
1>perl_EQW.obj : error LNK2001: unresolved external symbol _Perl_stack_grow
1>perl_EQDBRes.obj : error LNK2001: unresolved external symbol _Perl_stack_grow
1>EQWParser.obj : error LNK2019: unresolved external symbol _Perl_Istack_max_ptr referenced in function "protected: bool __thiscall EQWParser::dosub(char const *,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> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IAE_NPBDABV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@AAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@H@Z)
1>perl_EQLConfig.obj : error LNK2001: unresolved external symbol _Perl_Istack_max_ptr
1>perl_EQW.obj : error LNK2001: unresolved external symbol _Perl_Istack_max_ptr
1>perl_EQDBRes.obj : error LNK2001: unresolved external symbol _Perl_Istack_max_ptr
1>EQWParser.obj : error LNK2019: unresolved external symbol _Perl_markstack_grow referenced in function "protected: bool __thiscall EQWParser::dosub(char const *,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> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IAE_NPBDABV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@AAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@H@Z)
1>EQWParser.obj : error LNK2019: unresolved external symbol _Perl_Imarkstack_max_ptr referenced in function "protected: bool __thiscall EQWParser::dosub(char const *,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> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IAE_NPBDABV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@AAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@H@Z)
1>EQWParser.obj : error LNK2019: unresolved external symbol _Perl_Itmps_ix_ptr referenced in function "protected: bool __thiscall EQWParser::dosub(char const *,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> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IAE_NPBDABV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@AAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@H@Z)
1>EQWParser.obj : error LNK2019: unresolved external symbol _Perl_save_int referenced in function "protected: bool __thiscall EQWParser::dosub(char const *,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> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IAE_NPBDABV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@AAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@H@Z)
1>EQWParser.obj : error LNK2019: unresolved external symbol _Perl_Itmps_floor_ptr referenced in function "protected: bool __thiscall EQWParser::dosub(char const *,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> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IAE_NPBDABV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@AAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@H@Z)
1>EQWParser.obj : error LNK2019: unresolved external symbol _Perl_push_scope referenced in function "protected: bool __thiscall EQWParser::dosub(char const *,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> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IAE_NPBDABV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@AAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@H@Z)
1>perl_EQDBRes.obj : error LNK2019: unresolved external symbol _Perl_mg_set referenced in function _XS_EQDBRes_num_rows
1>perl_EQLConfig.obj : error LNK2001: unresolved external symbol _Perl_mg_set
1>perl_EQW.obj : error LNK2001: unresolved external symbol _Perl_mg_set
1>perl_HTTPRequest.obj : error LNK2001: unresolved external symbol _Perl_mg_set
1>perl_EQDB.obj : error LNK2001: unresolved external symbol _Perl_mg_set
1>perl_EQLConfig.obj : error LNK2019: unresolved external symbol _Perl_sv_setpv referenced in function _XS_EQLConfig_GetName
1>perl_EQW.obj : error LNK2001: unresolved external symbol _Perl_sv_setpv
1>perl_HTTPRequest.obj : error LNK2001: unresolved external symbol _Perl_sv_setpv
1>perl_EQDB.obj : error LNK2001: unresolved external symbol _Perl_sv_setpv
1>perl_EQDBRes.obj : error LNK2019: unresolved external symbol _Perl_sv_2iv_flags referenced in function _XS_EQDBRes_num_rows
1>perl_EQLConfig.obj : error LNK2001: unresolved external symbol _Perl_sv_2iv_flags
1>perl_EQW.obj : error LNK2001: unresolved external symbol _Perl_sv_2iv_flags
1>perl_HTTPRequest.obj : error LNK2001: unresolved external symbol _Perl_sv_2iv_flags
1>perl_EQDB.obj : error LNK2001: unresolved external symbol _Perl_sv_2iv_flags
1>perl_EQDBRes.obj : error LNK2019: unresolved external symbol _Perl_sv_derived_from referenced in function _XS_EQDBRes_num_rows
1>perl_EQLConfig.obj : error LNK2001: unresolved external symbol _Perl_sv_derived_from
1>perl_EQW.obj : error LNK2001: unresolved external symbol _Perl_sv_derived_from
1>perl_HTTPRequest.obj : error LNK2001: unresolved external symbol _Perl_sv_derived_from
1>perl_EQDB.obj : error LNK2001: unresolved external symbol _Perl_sv_derived_from
1>perl_EQDBRes.obj : error LNK2019: unresolved external symbol _Perl_sv_newmortal referenced in function _XS_EQDBRes_num_rows
1>perl_EQLConfig.obj : error LNK2001: unresolved external symbol _Perl_sv_newmortal
1>perl_EQW.obj : error LNK2001: unresolved external symbol _Perl_sv_newmortal
1>perl_HTTPRequest.obj : error LNK2001: unresolved external symbol _Perl_sv_newmortal
1>perl_EQDB.obj : error LNK2001: unresolved external symbol _Perl_sv_newmortal
1>perl_EQDBRes.obj : error LNK2019: unresolved external symbol _Perl_Icurpad_ptr referenced in function _XS_EQDBRes_num_rows
1>perl_EQLConfig.obj : error LNK2001: unresolved external symbol _Perl_Icurpad_ptr
1>perl_EQW.obj : error LNK2001: unresolved external symbol _Perl_Icurpad_ptr
1>perl_HTTPRequest.obj : error LNK2001: unresolved external symbol _Perl_Icurpad_ptr
1>perl_EQDB.obj : error LNK2001: unresolved external symbol _Perl_Icurpad_ptr
1>perl_EQDBRes.obj : error LNK2019: unresolved external symbol _Perl_Iop_ptr referenced in function _XS_EQDBRes_num_rows
1>perl_EQLConfig.obj : error LNK2001: unresolved external symbol _Perl_Iop_ptr
1>perl_EQW.obj : error LNK2001: unresolved external symbol _Perl_Iop_ptr
1>perl_HTTPRequest.obj : error LNK2001: unresolved external symbol _Perl_Iop_ptr
1>perl_EQDB.obj : error LNK2001: unresolved external symbol _Perl_Iop_ptr
1>perl_EQDBRes.obj : error LNK2019: unresolved external symbol _Perl_croak referenced in function _XS_EQDBRes_num_rows
1>perl_EQLConfig.obj : error LNK2001: unresolved external symbol _Perl_croak
1>perl_EQW.obj : error LNK2001: unresolved external symbol _Perl_croak
1>perl_HTTPRequest.obj : error LNK2001: unresolved external symbol _Perl_croak
1>perl_EQDB.obj : error LNK2001: unresolved external symbol _Perl_croak
1>perl_EQLConfig.obj : error LNK2019: unresolved external symbol _Perl_sv_setiv referenced in function _XS_EQLConfig_GetStaticCount
1>perl_EQW.obj : error LNK2001: unresolved external symbol _Perl_sv_setiv
1>perl_HTTPRequest.obj : error LNK2001: unresolved external symbol _Perl_sv_setiv
1>perl_EQLConfig.obj : error LNK2019: unresolved external symbol _Perl_Isv_no_ptr referenced in function _XS_EQLConfig_IsConnected
1>perl_EQW.obj : error LNK2001: unresolved external symbol _Perl_Isv_no_ptr
1>perl_EQDBRes.obj : error LNK2001: unresolved external symbol _Perl_Isv_yes_ptr
1>perl_EQLConfig.obj : error LNK2019: unresolved external symbol _Perl_Isv_yes_ptr referenced in function _XS_EQLConfig_IsConnected
1>perl_EQW.obj : error LNK2001: unresolved external symbol _Perl_Isv_yes_ptr
1>perl_HTTPRequest.obj : error LNK2001: unresolved external symbol _Perl_Isv_yes_ptr
1>perl_EQDB.obj : error LNK2001: unresolved external symbol _Perl_Isv_yes_ptr
1>perl_EQLConfig.obj : error LNK2019: unresolved external symbol _Perl_sv_2uv_flags referenced in function _XS_EQLConfig_BootStaticZone
1>perl_EQW.obj : error LNK2001: unresolved external symbol _Perl_sv_2uv_flags
1>perl_EQLConfig.obj : error LNK2019: unresolved external symbol _Perl_sv_setpvn referenced in function _XS_EQLConfig_ListZones
1>perl_EQW.obj : error LNK2001: unresolved external symbol _Perl_sv_setpvn
1>perl_HTTPRequest.obj : error LNK2001: unresolved external symbol _Perl_sv_setpvn
1>perl_EQDBRes.obj : error LNK2001: unresolved external symbol _Perl_sv_setpvn
1>perl_EQLConfig.obj : error LNK2019: unresolved external symbol _Perl_hv_common_key_len referenced in function _XS_EQLConfig_GetZoneDetails
1>perl_EQW.obj : error LNK2001: unresolved external symbol _Perl_hv_common_key_len
1>perl_HTTPRequest.obj : error LNK2001: unresolved external symbol _Perl_hv_common_key_len
1>perl_EQDBRes.obj : error LNK2001: unresolved external symbol _Perl_hv_common_key_len
1>perl_EQLConfig.obj : error LNK2019: unresolved external symbol _Perl_newRV referenced in function _XS_EQLConfig_GetZoneDetails
1>perl_EQW.obj : error LNK2001: unresolved external symbol _Perl_newRV
1>perl_HTTPRequest.obj : error LNK2001: unresolved external symbol _Perl_newRV
1>perl_EQDBRes.obj : error LNK2001: unresolved external symbol _Perl_newRV
1>perl_EQLConfig.obj : error LNK2019: unresolved external symbol _Perl_newSV_type referenced in function _XS_EQLConfig_GetZoneDetails
1>perl_EQW.obj : error LNK2001: unresolved external symbol _Perl_newSV_type
1>perl_HTTPRequest.obj : error LNK2001: unresolved external symbol _Perl_newSV_type
1>perl_EQDBRes.obj : error LNK2001: unresolved external symbol _Perl_newSV_type
1>perl_EQDBRes.obj : error LNK2001: unresolved external symbol _Perl_newXS_flags
1>perl_EQLConfig.obj : error LNK2019: unresolved external symbol _Perl_newXS_flags referenced in function _boot_EQLConfig
1>perl_EQW.obj : error LNK2001: unresolved external symbol _Perl_newXS_flags
1>perl_HTTPRequest.obj : error LNK2001: unresolved external symbol _Perl_newXS_flags
1>perl_EQDB.obj : error LNK2001: unresolved external symbol _Perl_newXS_flags
1>perl_EQW.obj : error LNK2019: unresolved external symbol _Perl_sv_setuv referenced in function _XS_EQW_CreateGuild
1>perl_EQDB.obj : error LNK2001: unresolved external symbol _Perl_sv_setuv
1>perl_EQDBRes.obj : error LNK2001: unresolved external symbol _Perl_sv_setuv
1>perl_HTTPRequest.obj : error LNK2019: unresolved external symbol _Perl_sv_setnv referenced in function _XS_HTTPRequest_getFloat
1>perl_HTTPRequest.obj : error LNK2019: unresolved external symbol _Perl_sv_2nv referenced in function _XS_HTTPRequest_getFloat
1>.\../build/World.exe : fatal error LNK1120: 59 unresolved externals
1>Build log was saved at "file://c:\source\trunk\EQEmuServer\Build\World\Release\BuildLog.htm"
1>World - 160 error(s), 0 warning(s)
2>------ Build started: Project: Zone, Configuration: Release Win32 ------
2>Linking...
2>perl_PlayerCorpse.obj : error LNK2001: unresolved external symbol _Perl_sv_setpv
2>perl_questitem.obj : error LNK2001: unresolved external symbol _Perl_sv_setpv
2>perlparser.obj : error LNK2001: unresolved external symbol _Perl_sv_setpv
2>perl_entity.obj : error LNK2019: unresolved external symbol _Perl_sv_setpv referenced in function _XS_EntityList_MakeNameUnique
2>perl_groups.obj : error LNK2001: unresolved external symbol _Perl_sv_setpv
2>perl_mob.obj : error LNK2001: unresolved external symbol _Perl_sv_setpv
2>perl_object.obj : error LNK2001: unresolved external symbol _Perl_sv_setpv
2>embparser.obj : error LNK2001: unresolved external symbol _Perl_sv_setpv
2>embxs.obj : error LNK2001: unresolved external symbol _Perl_sv_setpv
2>perl_client.obj : error LNK2001: unresolved external symbol _Perl_sv_setpv
2>perl_doors.obj : error LNK2001: unresolved external symbol _Perl_sv_setpv
2>embparser.obj : error LNK2019: unresolved external symbol _Perl_get_sv referenced in function "public: void __thiscall PerlembParser::ExportVar(char const *,char const *,char const *)const " (?ExportVar@PerlembParser@@QBEXPBD00@Z)
2>perlparser.obj : error LNK2001: unresolved external symbol _Perl_get_sv
2>perl_PlayerCorpse.obj : error LNK2001: unresolved external symbol _Perl_get_context
2>perl_questitem.obj : error LNK2001: unresolved external symbol _Perl_get_context
2>perl_raids.obj : error LNK2001: unresolved external symbol _Perl_get_context
2>perlparser.obj : error LNK2019: unresolved external symbol _Perl_get_context referenced in function _XS__settimerMS
2>perl_mob.obj : error LNK2001: unresolved external symbol _Perl_get_context
2>perl_npc.obj : error LNK2001: unresolved external symbol _Perl_get_context
2>perl_object.obj : error LNK2001: unresolved external symbol _Perl_get_context
2>perl_perlpacket.obj : error LNK2001: unresolved external symbol _Perl_get_context
2>perl_doors.obj : error LNK2001: unresolved external symbol _Perl_get_context
2>perl_entity.obj : error LNK2001: unresolved external symbol _Perl_get_context
2>perl_groups.obj : error LNK2001: unresolved external symbol _Perl_get_context
2>perl_hateentry.obj : error LNK2001: unresolved external symbol _Perl_get_context
2>embparser.obj : error LNK2001: unresolved external symbol _Perl_get_context
2>embperl.obj : error LNK2001: unresolved external symbol _Perl_get_context
2>embxs.obj : error LNK2001: unresolved external symbol _Perl_get_context
2>perl_client.obj : error LNK2001: unresolved external symbol _Perl_get_context
2>embparser.obj : error LNK2019: unresolved external symbol _Perl_hv_common_key_len referenced in function "public: void __thiscall Embperl::sethash(char const *,class std::map<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> >,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > > &)" (?sethash@Embperl@@QAEXPBDAAV?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V12@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V12@@std@@@2@@std@@@Z)
2>embperl.obj : error LNK2001: unresolved external symbol _Perl_hv_common_key_len
2>embparser.obj : error LNK2019: unresolved external symbol _Perl_newSVpv referenced in function "public: void __thiscall Embperl::sethash(char const *,class std::map<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> >,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > > &)" (?sethash@Embperl@@QAEXPBDAAV?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V12@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V12@@std@@@2@@std@@@Z)
2>embperl.obj : error LNK2001: unresolved external symbol _Perl_newSVpv
2>embparser.obj : error LNK2019: unresolved external symbol _Perl_hv_clear referenced in function "public: void __thiscall Embperl::sethash(char const *,class std::map<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> >,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > > &)" (?sethash@Embperl@@QAEXPBDAAV?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V12@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V12@@std@@@2@@std@@@Z)
2>embparser.obj : error LNK2019: unresolved external symbol _Perl_get_hv referenced in function "public: void __thiscall Embperl::sethash(char const *,class std::map<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> >,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > > &)" (?sethash@Embperl@@QAEXPBDAAV?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V12@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V12@@std@@@2@@std@@@Z)
2>perl_mob.obj : error LNK2019: unresolved external symbol _Perl_sv_setiv referenced in function _XS_Mob_GetDrakkinDetails
2>perl_npc.obj : error LNK2001: unresolved external symbol _Perl_sv_setiv
2>perl_questitem.obj : error LNK2001: unresolved external symbol _Perl_sv_setiv
2>perlparser.obj : error LNK2001: unresolved external symbol _Perl_sv_setiv
2>embparser.obj : error LNK2001: unresolved external symbol _Perl_sv_setiv
2>perl_client.obj : error LNK2001: unresolved external symbol _Perl_sv_setiv
2>perl_entity.obj : error LNK2001: unresolved external symbol _Perl_sv_setiv
2>perl_hateentry.obj : error LNK2001: unresolved external symbol _Perl_sv_setiv
2>perl_npc.obj : error LNK2019: unresolved external symbol _Perl_sv_setnv referenced in function _boot_NPC
2>perl_object.obj : error LNK2001: unresolved external symbol _Perl_sv_setnv
2>perl_perlpacket.obj : error LNK2001: unresolved external symbol _Perl_sv_setnv
2>embparser.obj : error LNK2001: unresolved external symbol _Perl_sv_setnv
2>perl_client.obj : error LNK2001: unresolved external symbol _Perl_sv_setnv
2>perl_doors.obj : error LNK2001: unresolved external symbol _Perl_sv_setnv
2>perl_mob.obj : error LNK2001: unresolved external symbol _Perl_sv_setnv
2>perl_questitem.obj : error LNK2001: unresolved external symbol _Perl_sv_2iv_flags
2>perl_raids.obj : error LNK2001: unresolved external symbol _Perl_sv_2iv_flags
2>perlparser.obj : error LNK2001: unresolved external symbol _Perl_sv_2iv_flags
2>perl_npc.obj : error LNK2001: unresolved external symbol _Perl_sv_2iv_flags
2>perl_object.obj : error LNK2001: unresolved external symbol _Perl_sv_2iv_flags
2>perl_perlpacket.obj : error LNK2001: unresolved external symbol _Perl_sv_2iv_flags
2>perl_PlayerCorpse.obj : error LNK2001: unresolved external symbol _Perl_sv_2iv_flags
2>perl_entity.obj : error LNK2001: unresolved external symbol _Perl_sv_2iv_flags
2>perl_groups.obj : error LNK2001: unresolved external symbol _Perl_sv_2iv_flags
2>perl_hateentry.obj : error LNK2001: unresolved external symbol _Perl_sv_2iv_flags
2>perl_mob.obj : error LNK2019: unresolved external symbol _Perl_sv_2iv_flags referenced in function _XS_Mob_GetEntityVariable
2>embparser.obj : error LNK2001: unresolved external symbol _Perl_sv_2iv_flags
2>embxs.obj : error LNK2001: unresolved external symbol _Perl_sv_2iv_flags
2>perl_client.obj : error LNK2001: unresolved external symbol _Perl_sv_2iv_flags
2>perl_doors.obj : error LNK2001: unresolved external symbol _Perl_sv_2iv_flags
2>perlparser.obj : error LNK2001: unresolved external symbol _Perl_sv_2pv_flags
2>perl_object.obj : error LNK2001: unresolved external symbol _Perl_sv_2pv_flags
2>perl_perlpacket.obj : error LNK2001: unresolved external symbol _Perl_sv_2pv_flags
2>perl_questitem.obj : error LNK2001: unresolved external symbol _Perl_sv_2pv_flags
2>perl_raids.obj : error LNK2001: unresolved external symbol _Perl_sv_2pv_flags
2>perl_entity.obj : error LNK2001: unresolved external symbol _Perl_sv_2pv_flags
2>perl_groups.obj : error LNK2001: unresolved external symbol _Perl_sv_2pv_flags
2>perl_mob.obj : error LNK2019: unresolved external symbol _Perl_sv_2pv_flags referenced in function _XS_Mob_SetTexture
2>perl_npc.obj : error LNK2001: unresolved external symbol _Perl_sv_2pv_flags
2>embparser.obj : error LNK2001: unresolved external symbol _Perl_sv_2pv_flags
2>embxs.obj : error LNK2001: unresolved external symbol _Perl_sv_2pv_flags
2>perl_client.obj : error LNK2001: unresolved external symbol _Perl_sv_2pv_flags
2>perl_doors.obj : error LNK2001: unresolved external symbol _Perl_sv_2pv_flags
2>embparser.obj : error LNK2019: unresolved external symbol _Perl_sv_setsv_flags referenced in function "public: void __thiscall PerlembParser::ExecCommand(class Client *,class Seperator *)" (?ExecCommand@PerlembParser@@QAEXPAVClient@@PAVSeperator@@@Z)
2>perlparser.obj : error LNK2001: unresolved external symbol _Perl_sv_setsv_flags
2>embparser.obj : error LNK2019: unresolved external symbol _Perl_newSV referenced in function "public: void __thiscall PerlembParser::ExecCommand(class Client *,class Seperator *)" (?ExecCommand@PerlembParser@@QAEXPAVClient@@PAVSeperator@@@Z)
2>perlparser.obj : error LNK2001: unresolved external symbol _Perl_newSV
2>perl_raids.obj : error LNK2001: unresolved external symbol _Perl_sv_setref_pv
2>perlparser.obj : error LNK2001: unresolved external symbol _Perl_sv_setref_pv
2>perl_hateentry.obj : error LNK2001: unresolved external symbol _Perl_sv_setref_pv
2>perl_mob.obj : error LNK2001: unresolved external symbol _Perl_sv_setref_pv
2>perl_perlpacket.obj : error LNK2001: unresolved external symbol _Perl_sv_setref_pv
2>perl_questitem.obj : error LNK2001: unresolved external symbol _Perl_sv_setref_pv
2>embparser.obj : error LNK2019: unresolved external symbol _Perl_sv_setref_pv referenced in function "public: void __thiscall PerlembParser::ExecCommand(class Client *,class Seperator *)" (?ExecCommand@PerlembParser@@QAEXPAVClient@@PAVSeperator@@@Z)
2>perl_client.obj : error LNK2001: unresolved external symbol _Perl_sv_setref_pv
2>perl_entity.obj : error LNK2001: unresolved external symbol _Perl_sv_setref_pv
2>perl_groups.obj : error LNK2001: unresolved external symbol _Perl_sv_setref_pv
2>embperl.obj : error LNK2019: unresolved external symbol _Perl_newXS referenced in function _xs_init
2>embxs.obj : error LNK2001: unresolved external symbol _Perl_newXS
2>perlparser.obj : error LNK2001: unresolved external symbol _Perl_newXS
2>embperl.obj : error LNK2019: unresolved external symbol _boot_DynaLoader referenced in function _xs_init
2>embperl.obj : error LNK2019: unresolved external symbol _perl_alloc referenced in function "public: __thiscall Embperl::Embperl(void)" (??0Embperl@@QAE@XZ)
2>embperl.obj : error LNK2019: unresolved external symbol _Perl_get_cv referenced in function "protected: void __thiscall Embperl::DoInit(void)" (?DoInit@Embperl@@IAEXXZ)
2>embperl.obj : error LNK2019: unresolved external symbol _Perl_gv_fetchpv referenced in function "protected: void __thiscall Embperl::DoInit(void)" (?DoInit@Embperl@@IAEXXZ)
2>embperl.obj : error LNK2019: unresolved external symbol _Perl_gv_stashpv referenced in function "protected: void __thiscall Embperl::DoInit(void)" (?DoInit@Embperl@@IAEXXZ)
2>embperl.obj : error LNK2019: unresolved external symbol _Perl_eval_pv referenced in function "protected: void __thiscall Embperl::DoInit(void)" (?DoInit@Embperl@@IAEXXZ)
2>embperl.obj : error LNK2019: unresolved external symbol _perl_run referenced in function "protected: void __thiscall Embperl::DoInit(void)" (?DoInit@Embperl@@IAEXXZ)
2>embperl.obj : error LNK2019: unresolved external symbol _perl_parse referenced in function "protected: void __thiscall Embperl::DoInit(void)" (?DoInit@Embperl@@IAEXXZ)
2>embperl.obj : error LNK2019: unresolved external symbol _Perl_sys_init3 referenced in function "protected: void __thiscall Embperl::DoInit(void)" (?DoInit@Embperl@@IAEXXZ)
2>embperl.obj : error LNK2019: unresolved external symbol _perl_construct referenced in function "protected: void __thiscall Embperl::DoInit(void)" (?DoInit@Embperl@@IAEXXZ)
2>embperl.obj : error LNK2019: unresolved external symbol _Perl_Iperl_destruct_level_ptr referenced in function "protected: void __thiscall Embperl::DoInit(void)" (?DoInit@Embperl@@IAEXXZ)
2>embperl.obj : error LNK2019: unresolved external symbol _perl_free referenced in function "public: __thiscall Embperl::~Embperl(void)" (??1Embperl@@QAE@XZ)
2>embperl.obj : error LNK2019: unresolved external symbol _perl_destruct referenced in function "public: void __thiscall Embperl::Reinit(void)" (?Reinit@Embperl@@QAEXXZ)
2>embperl.obj : error LNK2019: unresolved external symbol _Perl_pop_scope referenced in function "public: void __thiscall Embperl::dosub(char const *,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> > > > const *,int)" (?dosub@Embperl@@QAEXPBDPBV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@H@Z)
2>embperl.obj : error LNK2019: unresolved external symbol _Perl_free_tmps referenced in function "public: void __thiscall Embperl::dosub(char const *,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> > > > const *,int)" (?dosub@Embperl@@QAEXPBDPBV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@H@Z)
2>perl_npc.obj : error LNK2001: unresolved external symbol _Perl_sv_2bool
2>perl_object.obj : error LNK2001: unresolved external symbol _Perl_sv_2bool
2>perl_PlayerCorpse.obj : error LNK2019: unresolved external symbol _Perl_sv_2bool referenced in function _boot_Corpse
2>perlparser.obj : error LNK2001: unresolved external symbol _Perl_sv_2bool
2>embperl.obj : error LNK2001: unresolved external symbol _Perl_sv_2bool
2>perl_client.obj : error LNK2001: unresolved external symbol _Perl_sv_2bool
2>perl_entity.obj : error LNK2001: unresolved external symbol _Perl_sv_2bool
2>perl_mob.obj : error LNK2001: unresolved external symbol _Perl_sv_2bool
2>perl_npc.obj : error LNK2019: unresolved external symbol _Perl_IXpv_ptr referenced in function _XS_NPC_DisplayWaypointInfo
2>perl_object.obj : error LNK2001: unresolved external symbol _Perl_IXpv_ptr
2>perl_PlayerCorpse.obj : error LNK2001: unresolved external symbol _Perl_IXpv_ptr
2>perlparser.obj : error LNK2001: unresolved external symbol _Perl_IXpv_ptr
2>embperl.obj : error LNK2001: unresolved external symbol _Perl_IXpv_ptr
2>perl_client.obj : error LNK2001: unresolved external symbol _Perl_IXpv_ptr
2>perl_entity.obj : error LNK2001: unresolved external symbol _Perl_IXpv_ptr
2>perl_mob.obj : error LNK2001: unresolved external symbol _Perl_IXpv_ptr
2>perl_npc.obj : error LNK2001: unresolved external symbol _Perl_ISv_ptr
2>perl_object.obj : error LNK2019: unresolved external symbol _Perl_ISv_ptr referenced in function _boot_Object
2>perl_PlayerCorpse.obj : error LNK2001: unresolved external symbol _Perl_ISv_ptr
2>perlparser.obj : error LNK2001: unresolved external symbol _Perl_ISv_ptr
2>embperl.obj : error LNK2001: unresolved external symbol _Perl_ISv_ptr
2>perl_client.obj : error LNK2001: unresolved external symbol _Perl_ISv_ptr
2>perl_entity.obj : error LNK2001: unresolved external symbol _Perl_ISv_ptr
2>perl_mob.obj : error LNK2001: unresolved external symbol _Perl_ISv_ptr
2>embperl.obj : error LNK2019: unresolved external symbol _Perl_Ierrgv_ptr referenced in function "public: void __thiscall Embperl::dosub(char const *,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> > > > const *,int)" (?dosub@Embperl@@QAEXPBDPBV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@H@Z)
2>embperl.obj : error LNK2019: unresolved external symbol _Perl_call_pv referenced in function "public: void __thiscall Embperl::dosub(char const *,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> > > > const *,int)" (?dosub@Embperl@@QAEXPBDPBV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@H@Z)
2>perl_PlayerCorpse.obj : error LNK2001: unresolved external symbol _Perl_sv_2mortal
2>perl_questitem.obj : error LNK2001: unresolved external symbol _Perl_sv_2mortal
2>perl_raids.obj : error LNK2001: unresolved external symbol _Perl_sv_2mortal
2>perlparser.obj : error LNK2019: unresolved external symbol _Perl_sv_2mortal referenced in function _XS__spawn
2>perl_mob.obj : error LNK2001: unresolved external symbol _Perl_sv_2mortal
2>perl_npc.obj : error LNK2001: unresolved external symbol _Perl_sv_2mortal
2>perl_object.obj : error LNK2001: unresolved external symbol _Perl_sv_2mortal
2>perl_perlpacket.obj : error LNK2001: unresolved external symbol _Perl_sv_2mortal
2>embperl.obj : error LNK2001: unresolved external symbol _Perl_sv_2mortal
2>perl_client.obj : error LNK2001: unresolved external symbol _Perl_sv_2mortal
2>perl_entity.obj : error LNK2001: unresolved external symbol _Perl_sv_2mortal
2>perl_groups.obj : error LNK2001: unresolved external symbol _Perl_sv_2mortal
2>embperl.obj : error LNK2019: unresolved external symbol _Perl_stack_grow referenced in function "public: void __thiscall Embperl::dosub(char const *,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> > > > const *,int)" (?dosub@Embperl@@QAEXPBDPBV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@H@Z)
2>perl_entity.obj : error LNK2001: unresolved external symbol _Perl_stack_grow
2>perl_mob.obj : error LNK2001: unresolved external symbol _Perl_stack_grow
2>embperl.obj : error LNK2019: unresolved external symbol _Perl_Istack_max_ptr referenced in function "public: void __thiscall Embperl::dosub(char const *,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> > > > const *,int)" (?dosub@Embperl@@QAEXPBDPBV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@H@Z)
2>perl_entity.obj : error LNK2001: unresolved external symbol _Perl_Istack_max_ptr
2>perl_mob.obj : error LNK2001: unresolved external symbol _Perl_Istack_max_ptr
2>perl_questitem.obj : error LNK2001: unresolved external symbol _Perl_Istack_base_ptr
2>perl_raids.obj : error LNK2001: unresolved external symbol _Perl_Istack_base_ptr
2>perlparser.obj : error LNK2001: unresolved external symbol _Perl_Istack_base_ptr
2>perl_npc.obj : error LNK2019: unresolved external symbol _Perl_Istack_base_ptr referenced in function _boot_NPC
2>perl_object.obj : error LNK2001: unresolved external symbol _Perl_Istack_base_ptr
2>perl_perlpacket.obj : error LNK2001: unresolved external symbol _Perl_Istack_base_ptr
2>perl_PlayerCorpse.obj : error LNK2001: unresolved external symbol _Perl_Istack_base_ptr
2>perl_entity.obj : error LNK2001: unresolved external symbol _Perl_Istack_base_ptr
2>perl_groups.obj : error LNK2001: unresolved external symbol _Perl_Istack_base_ptr
2>perl_hateentry.obj : error LNK2001: unresolved external symbol _Perl_Istack_base_ptr
2>perl_mob.obj : error LNK2001: unresolved external symbol _Perl_Istack_base_ptr
2>embperl.obj : error LNK2001: unresolved external symbol _Perl_Istack_base_ptr
2>embxs.obj : error LNK2001: unresolved external symbol _Perl_Istack_base_ptr
2>perl_client.obj : error LNK2001: unresolved external symbol _Perl_Istack_base_ptr
2>perl_doors.obj : error LNK2001: unresolved external symbol _Perl_Istack_base_ptr
2>embperl.obj : error LNK2019: unresolved external symbol _Perl_markstack_grow referenced in function "public: void __thiscall Embperl::dosub(char const *,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> > > > const *,int)" (?dosub@Embperl@@QAEXPBDPBV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@H@Z)
2>embperl.obj : error LNK2019: unresolved external symbol _Perl_Imarkstack_max_ptr referenced in function "public: void __thiscall Embperl::dosub(char const *,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> > > > const *,int)" (?dosub@Embperl@@QAEXPBDPBV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@H@Z)
2>perl_questitem.obj : error LNK2001: unresolved external symbol _Perl_Imarkstack_ptr_ptr
2>perl_raids.obj : error LNK2001: unresolved external symbol _Perl_Imarkstack_ptr_ptr
2>perlparser.obj : error LNK2019: unresolved external symbol _Perl_Imarkstack_ptr_ptr referenced in function _XS__spawn
2>perl_npc.obj : error LNK2001: unresolved external symbol _Perl_Imarkstack_ptr_ptr
2>perl_object.obj : error LNK2001: unresolved external symbol _Perl_Imarkstack_ptr_ptr
2>perl_perlpacket.obj : error LNK2001: unresolved external symbol _Perl_Imarkstack_ptr_ptr
2>perl_PlayerCorpse.obj : error LNK2001: unresolved external symbol _Perl_Imarkstack_ptr_ptr
2>perl_entity.obj : error LNK2001: unresolved external symbol _Perl_Imarkstack_ptr_ptr
2>perl_groups.obj : error LNK2001: unresolved external symbol _Perl_Imarkstack_ptr_ptr
2>perl_hateentry.obj : error LNK2001: unresolved external symbol _Perl_Imarkstack_ptr_ptr
2>perl_mob.obj : error LNK2001: unresolved external symbol _Perl_Imarkstack_ptr_ptr
2>embperl.obj : error LNK2001: unresolved external symbol _Perl_Imarkstack_ptr_ptr
2>embxs.obj : error LNK2001: unresolved external symbol _Perl_Imarkstack_ptr_ptr
2>perl_client.obj : error LNK2001: unresolved external symbol _Perl_Imarkstack_ptr_ptr
2>perl_doors.obj : error LNK2001: unresolved external symbol _Perl_Imarkstack_ptr_ptr
2>embperl.obj : error LNK2019: unresolved external symbol _Perl_Itmps_ix_ptr referenced in function "public: void __thiscall Embperl::dosub(char const *,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> > > > const *,int)" (?dosub@Embperl@@QAEXPBDPBV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@H@Z)
2>embperl.obj : error LNK2019: unresolved external symbol _Perl_save_int referenced in function "public: void __thiscall Embperl::dosub(char const *,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> > > > const *,int)" (?dosub@Embperl@@QAEXPBDPBV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@H@Z)
2>embperl.obj : error LNK2019: unresolved external symbol _Perl_Itmps_floor_ptr referenced in function "public: void __thiscall Embperl::dosub(char const *,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> > > > const *,int)" (?dosub@Embperl@@QAEXPBDPBV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@H@Z)
2>embperl.obj : error LNK2019: unresolved external symbol _Perl_push_scope referenced in function "public: void __thiscall Embperl::dosub(char const *,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> > > > const *,int)" (?dosub@Embperl@@QAEXPBDPBV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@H@Z)
2>perl_questitem.obj : error LNK2001: unresolved external symbol _Perl_Istack_sp_ptr
2>perl_raids.obj : error LNK2001: unresolved external symbol _Perl_Istack_sp_ptr
2>perlparser.obj : error LNK2019: unresolved external symbol _Perl_Istack_sp_ptr referenced in function _boot_quest
2>perl_npc.obj : error LNK2001: unresolved external symbol _Perl_Istack_sp_ptr
2>perl_object.obj : error LNK2001: unresolved external symbol _Perl_Istack_sp_ptr
2>perl_perlpacket.obj : error LNK2001: unresolved external symbol _Perl_Istack_sp_ptr
2>perl_PlayerCorpse.obj : error LNK2001: unresolved external symbol _Perl_Istack_sp_ptr
2>perl_entity.obj : error LNK2001: unresolved external symbol _Perl_Istack_sp_ptr
2>perl_groups.obj : error LNK2001: unresolved external symbol _Perl_Istack_sp_ptr
2>perl_hateentry.obj : error LNK2001: unresolved external symbol _Perl_Istack_sp_ptr
2>perl_mob.obj : error LNK2001: unresolved external symbol _Perl_Istack_sp_ptr
2>embperl.obj : error LNK2001: unresolved external symbol _Perl_Istack_sp_ptr
2>embxs.obj : error LNK2001: unresolved external symbol _Perl_Istack_sp_ptr
2>perl_client.obj : error LNK2001: unresolved external symbol _Perl_Istack_sp_ptr
2>perl_doors.obj : error LNK2001: unresolved external symbol _Perl_Istack_sp_ptr
2>perl_raids.obj : error LNK2019: unresolved external symbol _Perl_mg_set referenced in function _XS_Raid_IsRaidMember
2>perlparser.obj : error LNK2001: unresolved external symbol _Perl_mg_set
2>perl_object.obj : error LNK2001: unresolved external symbol _Perl_mg_set
2>perl_perlpacket.obj : error LNK2001: unresolved external symbol _Perl_mg_set
2>perl_PlayerCorpse.obj : error LNK2001: unresolved external symbol _Perl_mg_set
2>perl_questitem.obj : error LNK2001: unresolved external symbol _Perl_mg_set
2>perl_groups.obj : error LNK2001: unresolved external symbol _Perl_mg_set
2>perl_hateentry.obj : error LNK2001: unresolved external symbol _Perl_mg_set
2>perl_mob.obj : error LNK2001: unresolved external symbol _Perl_mg_set
2>perl_npc.obj : error LNK2001: unresolved external symbol _Perl_mg_set
2>embxs.obj : error LNK2001: unresolved external symbol _Perl_mg_set
2>perl_client.obj : error LNK2001: unresolved external symbol _Perl_mg_set
2>perl_doors.obj : error LNK2001: unresolved external symbol _Perl_mg_set
2>perl_entity.obj : error LNK2001: unresolved external symbol _Perl_mg_set
2>perl_raids.obj : error LNK2001: unresolved external symbol _Perl_sv_newmortal
2>perlparser.obj : error LNK2001: unresolved external symbol _Perl_sv_newmortal
2>perl_object.obj : error LNK2019: unresolved external symbol _Perl_sv_newmortal referenced in function _XS_Object_IsGroundSpawn
2>perl_perlpacket.obj : error LNK2001: unresolved external symbol _Perl_sv_newmortal
2>perl_PlayerCorpse.obj : error LNK2001: unresolved external symbol _Perl_sv_newmortal
2>perl_questitem.obj : error LNK2001: unresolved external symbol _Perl_sv_newmortal
2>perl_groups.obj : error LNK2001: unresolved external symbol _Perl_sv_newmortal
2>perl_hateentry.obj : error LNK2001: unresolved external symbol _Perl_sv_newmortal
2>perl_mob.obj : error LNK2001: unresolved external symbol _Perl_sv_newmortal
2>perl_npc.obj : error LNK2001: unresolved external symbol _Perl_sv_newmortal
2>embxs.obj : error LNK2001: unresolved external symbol _Perl_sv_newmortal
2>perl_client.obj : error LNK2001: unresolved external symbol _Perl_sv_newmortal
2>perl_doors.obj : error LNK2001: unresolved external symbol _Perl_sv_newmortal
2>perl_entity.obj : error LNK2001: unresolved external symbol _Perl_sv_newmortal
2>perl_raids.obj : error LNK2019: unresolved external symbol _Perl_Icurpad_ptr referenced in function _XS_Raid_IsRaidMember
2>perlparser.obj : error LNK2001: unresolved external symbol _Perl_Icurpad_ptr
2>perl_object.obj : error LNK2001: unresolved external symbol _Perl_Icurpad_ptr
2>perl_perlpacket.obj : error LNK2001: unresolved external symbol _Perl_Icurpad_ptr
2>perl_PlayerCorpse.obj : error LNK2001: unresolved external symbol _Perl_Icurpad_ptr
2>perl_questitem.obj : error LNK2001: unresolved external symbol _Perl_Icurpad_ptr
2>perl_groups.obj : error LNK2001: unresolved external symbol _Perl_Icurpad_ptr
2>perl_hateentry.obj : error LNK2001: unresolved external symbol _Perl_Icurpad_ptr
2>perl_mob.obj : error LNK2001: unresolved external symbol _Perl_Icurpad_ptr
2>perl_npc.obj : error LNK2001: unresolved external symbol _Perl_Icurpad_ptr
2>embxs.obj : error LNK2001: unresolved external symbol _Perl_Icurpad_ptr
2>perl_client.obj : error LNK2001: unresolved external symbol _Perl_Icurpad_ptr
2>perl_doors.obj : error LNK2001: unresolved external symbol _Perl_Icurpad_ptr
2>perl_entity.obj : error LNK2001: unresolved external symbol _Perl_Icurpad_ptr
2>perl_raids.obj : error LNK2019: unresolved external symbol _Perl_Iop_ptr referenced in function _XS_Raid_IsRaidMember
2>perlparser.obj : error LNK2001: unresolved external symbol _Perl_Iop_ptr
2>perl_object.obj : error LNK2001: unresolved external symbol _Perl_Iop_ptr
2>perl_perlpacket.obj : error LNK2001: unresolved external symbol _Perl_Iop_ptr
2>perl_PlayerCorpse.obj : error LNK2001: unresolved external symbol _Perl_Iop_ptr
2>perl_questitem.obj : error LNK2001: unresolved external symbol _Perl_Iop_ptr
2>perl_groups.obj : error LNK2001: unresolved external symbol _Perl_Iop_ptr
2>perl_hateentry.obj : error LNK2001: unresolved external symbol _Perl_Iop_ptr
2>perl_mob.obj : error LNK2001: unresolved external symbol _Perl_Iop_ptr
2>perl_npc.obj : error LNK2001: unresolved external symbol _Perl_Iop_ptr
2>embxs.obj : error LNK2001: unresolved external symbol _Perl_Iop_ptr
2>perl_client.obj : error LNK2001: unresolved external symbol _Perl_Iop_ptr
2>perl_doors.obj : error LNK2001: unresolved external symbol _Perl_Iop_ptr
2>perl_entity.obj : error LNK2001: unresolved external symbol _Perl_Iop_ptr
2>perlparser.obj : error LNK2001: unresolved external symbol _Perl_sv_2uv_flags
2>perl_perlpacket.obj : error LNK2019: unresolved external symbol _Perl_sv_2uv_flags referenced in function _XS_PerlPacket_DESTROY
2>perl_PlayerCorpse.obj : error LNK2001: unresolved external symbol _Perl_sv_2uv_flags
2>perl_questitem.obj : error LNK2001: unresolved external symbol _Perl_sv_2uv_flags
2>perl_raids.obj : error LNK2001: unresolved external symbol _Perl_sv_2uv_flags
2>perl_groups.obj : error LNK2001: unresolved external symbol _Perl_sv_2uv_flags
2>perl_mob.obj : error LNK2001: unresolved external symbol _Perl_sv_2uv_flags
2>perl_npc.obj : error LNK2001: unresolved external symbol _Perl_sv_2uv_flags
2>perl_object.obj : error LNK2001: unresolved external symbol _Perl_sv_2uv_flags
2>embxs.obj : error LNK2001: unresolved external symbol _Perl_sv_2uv_flags
2>perl_client.obj : error LNK2001: unresolved external symbol _Perl_sv_2uv_flags
2>perl_doors.obj : error LNK2001: unresolved external symbol _Perl_sv_2uv_flags
2>perl_entity.obj : error LNK2001: unresolved external symbol _Perl_sv_2uv_flags
2>perl_raids.obj : error LNK2001: unresolved external symbol _Perl_croak
2>perlparser.obj : error LNK2001: unresolved external symbol _Perl_croak
2>perl_object.obj : error LNK2001: unresolved external symbol _Perl_croak
2>perl_perlpacket.obj : error LNK2001: unresolved external symbol _Perl_croak
2>perl_PlayerCorpse.obj : error LNK2001: unresolved external symbol _Perl_croak
2>perl_questitem.obj : error LNK2019: unresolved external symbol _Perl_croak referenced in function _XS_QuestItem_GetName
2>perl_groups.obj : error LNK2001: unresolved external symbol _Perl_croak
2>perl_hateentry.obj : error LNK2001: unresolved external symbol _Perl_croak
2>perl_mob.obj : error LNK2001: unresolved external symbol _Perl_croak
2>perl_npc.obj : error LNK2001: unresolved external symbol _Perl_croak
2>embxs.obj : error LNK2001: unresolved external symbol _Perl_croak
2>perl_client.obj : error LNK2001: unresolved external symbol _Perl_croak
2>perl_doors.obj : error LNK2001: unresolved external symbol _Perl_croak
2>perl_entity.obj : error LNK2001: unresolved external symbol _Perl_croak
2>perl_raids.obj : error LNK2019: unresolved external symbol _Perl_Isv_yes_ptr referenced in function _XS_Raid_IsRaidMember
2>perlparser.obj : error LNK2001: unresolved external symbol _Perl_Isv_yes_ptr
2>perl_object.obj : error LNK2001: unresolved external symbol _Perl_Isv_yes_ptr
2>perl_perlpacket.obj : error LNK2001: unresolved external symbol _Perl_Isv_yes_ptr
2>perl_PlayerCorpse.obj : error LNK2001: unresolved external symbol _Perl_Isv_yes_ptr
2>perl_questitem.obj : error LNK2001: unresolved external symbol _Perl_Isv_yes_ptr
2>perl_groups.obj : error LNK2001: unresolved external symbol _Perl_Isv_yes_ptr
2>perl_hateentry.obj : error LNK2001: unresolved external symbol _Perl_Isv_yes_ptr
2>perl_mob.obj : error LNK2001: unresolved external symbol _Perl_Isv_yes_ptr
2>perl_npc.obj : error LNK2001: unresolved external symbol _Perl_Isv_yes_ptr
2>embxs.obj : error LNK2001: unresolved external symbol _Perl_Isv_yes_ptr
2>perl_client.obj : error LNK2001: unresolved external symbol _Perl_Isv_yes_ptr
2>perl_doors.obj : error LNK2001: unresolved external symbol _Perl_Isv_yes_ptr
2>perl_entity.obj : error LNK2001: unresolved external symbol _Perl_Isv_yes_ptr
2>net.obj : error LNK2019: unresolved external symbol _win32_inet_ntoa referenced in function __catch$_main$0
2>net.obj : error LNK2019: unresolved external symbol _win32_ntohs referenced in function __catch$_main$0
2>net.obj : error LNK2019: unresolved external symbol _win32_inet_addr referenced in function "public: unsigned int __thiscall NetConnection::GetIP(void)" (?GetIP@NetConnection@@QAEIXZ)
2>net.obj : error LNK2019: unresolved external symbol _win32_gethostbyname referenced in function "public: unsigned int __thiscall NetConnection::GetIP(void)" (?GetIP@NetConnection@@QAEIXZ)
2>net.obj : error LNK2019: unresolved external symbol _win32_gethostname referenced in function "public: unsigned int __thiscall NetConnection::GetIP(void)" (?GetIP@NetConnection@@QAEIXZ)
2>perl_perlpacket.obj : error LNK2001: unresolved external symbol _Perl_sv_derived_from
2>perl_PlayerCorpse.obj : error LNK2001: unresolved external symbol _Perl_sv_derived_from
2>perl_questitem.obj : error LNK2019: unresolved external symbol _Perl_sv_derived_from referenced in function _XS_QuestItem_GetName
2>perl_raids.obj : error LNK2001: unresolved external symbol _Perl_sv_derived_from
2>perl_hateentry.obj : error LNK2001: unresolved external symbol _Perl_sv_derived_from
2>perl_mob.obj : error LNK2001: unresolved external symbol _Perl_sv_derived_from
2>perl_npc.obj : error LNK2001: unresolved external symbol _Perl_sv_derived_from
2>perl_object.obj : error LNK2001: unresolved external symbol _Perl_sv_derived_from
2>perl_client.obj : error LNK2001: unresolved external symbol _Perl_sv_derived_from
2>perl_doors.obj : error LNK2001: unresolved external symbol _Perl_sv_derived_from
2>perl_entity.obj : error LNK2001: unresolved external symbol _Perl_sv_derived_from
2>perl_groups.obj : error LNK2001: unresolved external symbol _Perl_sv_derived_from
2>perl_questitem.obj : error LNK2019: unresolved external symbol _Perl_Isv_no_ptr referenced in function _XS_QuestItem_GetName
2>perl_raids.obj : error LNK2001: unresolved external symbol _Perl_Isv_no_ptr
2>perlparser.obj : error LNK2001: unresolved external symbol _Perl_Isv_no_ptr
2>perl_npc.obj : error LNK2001: unresolved external symbol _Perl_Isv_no_ptr
2>perl_object.obj : error LNK2001: unresolved external symbol _Perl_Isv_no_ptr
2>perl_perlpacket.obj : error LNK2001: unresolved external symbol _Perl_Isv_no_ptr
2>perl_PlayerCorpse.obj : error LNK2001: unresolved external symbol _Perl_Isv_no_ptr
2>perl_client.obj : error LNK2001: unresolved external symbol _Perl_Isv_no_ptr
2>perl_entity.obj : error LNK2001: unresolved external symbol _Perl_Isv_no_ptr
2>perl_groups.obj : error LNK2001: unresolved external symbol _Perl_Isv_no_ptr
2>perl_mob.obj : error LNK2001: unresolved external symbol _Perl_Isv_no_ptr
2>perl_raids.obj : error LNK2001: unresolved external symbol _Perl_sv_setuv
2>perlparser.obj : error LNK2001: unresolved external symbol _Perl_sv_setuv
2>perl_npc.obj : error LNK2001: unresolved external symbol _Perl_sv_setuv
2>perl_object.obj : error LNK2019: unresolved external symbol _Perl_sv_setuv referenced in function _XS_Object_SetID
2>perl_perlpacket.obj : error LNK2001: unresolved external symbol _Perl_sv_setuv
2>perl_PlayerCorpse.obj : error LNK2001: unresolved external symbol _Perl_sv_setuv
2>perl_client.obj : error LNK2001: unresolved external symbol _Perl_sv_setuv
2>perl_doors.obj : error LNK2001: unresolved external symbol _Perl_sv_setuv
2>perl_groups.obj : error LNK2001: unresolved external symbol _Perl_sv_setuv
2>perl_mob.obj : error LNK2001: unresolved external symbol _Perl_sv_setuv
2>perl_questitem.obj : error LNK2001: unresolved external symbol _Perl_sv_2nv
2>perl_raids.obj : error LNK2001: unresolved external symbol _Perl_sv_2nv
2>perlparser.obj : error LNK2001: unresolved external symbol _Perl_sv_2nv
2>perl_mob.obj : error LNK2019: unresolved external symbol _Perl_sv_2nv referenced in function _XS_Mob_Heal
2>perl_npc.obj : error LNK2001: unresolved external symbol _Perl_sv_2nv
2>perl_object.obj : error LNK2001: unresolved external symbol _Perl_sv_2nv
2>perl_perlpacket.obj : error LNK2001: unresolved external symbol _Perl_sv_2nv
2>perl_client.obj : error LNK2001: unresolved external symbol _Perl_sv_2nv
2>perl_doors.obj : error LNK2001: unresolved external symbol _Perl_sv_2nv
2>perl_entity.obj : error LNK2001: unresolved external symbol _Perl_sv_2nv
2>perl_groups.obj : error LNK2001: unresolved external symbol _Perl_sv_2nv
2>perl_perlpacket.obj : error LNK2001: unresolved external symbol _Perl_newXS_flags
2>perl_PlayerCorpse.obj : error LNK2001: unresolved external symbol _Perl_newXS_flags
2>perl_questitem.obj : error LNK2001: unresolved external symbol _Perl_newXS_flags
2>perl_raids.obj : error LNK2001: unresolved external symbol _Perl_newXS_flags
2>perl_hateentry.obj : error LNK2001: unresolved external symbol _Perl_newXS_flags
2>perl_mob.obj : error LNK2001: unresolved external symbol _Perl_newXS_flags
2>perl_npc.obj : error LNK2001: unresolved external symbol _Perl_newXS_flags
2>perl_object.obj : error LNK2001: unresolved external symbol _Perl_newXS_flags
2>perl_client.obj : error LNK2019: unresolved external symbol _Perl_newXS_flags referenced in function _boot_Client
2>perl_doors.obj : error LNK2001: unresolved external symbol _Perl_newXS_flags
2>perl_entity.obj : error LNK2001: unresolved external symbol _Perl_newXS_flags
2>perl_groups.obj : error LNK2001: unresolved external symbol _Perl_newXS_flags
2>perl_perlpacket.obj : error LNK2019: unresolved external symbol _Perl_av_fetch referenced in function _XS_PerlPacket_FromArray
2>perl_perlpacket.obj : error LNK2019: unresolved external symbol _Perl_av_len referenced in function _XS_PerlPacket_FromArray
2>perlparser.obj : error LNK2019: unresolved external symbol _Perl_newSViv referenced in function _XS__CreateGroundObject
2>perlparser.obj : error LNK2019: unresolved external symbol _Perl_newSVuv referenced in function _XS__MerchantCountItem
2>.\../Build/Zone.exe : fatal error LNK1120: 68 unresolved externals
2>Build log was saved at "file://c:\source\trunk\EQEmuServer\Build\Zone\Release\BuildLog.htm"
2>Zone - 368 error(s), 0 warning(s)
========== Build: 0 succeeded, 2 failed, 4 up-to-date, 0 skipped ==========


lerxst2112 09-04-2012 07:03 PM

Are you using Visual Studio 2008? If so, the recent changes broke that compile. You need to add whichever perl library you're using to the Linker->Input->Additional Dependencies line in both the Zone and World projects. Another alternative is to just add the #pragma comment( lib, "perlxxx.lib" ) lines that were removed back.

Dylan1994 09-04-2012 08:47 PM

Yeah I am using Visual C++ 2008, but alright time to figure this out. :)


All times are GMT -4. The time now is 12:16 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.