Compiling problems plz help!
Posted: Sat Oct 11, 2008 2:21 am
Hi there ok this is my first time compiling an EQ2 server and Ive installed all the needed things and everytime I go to build solution I get this:
This happened evertime I go to options and add "library files" directory for "C:\LUA\lua5.1\lib" because it said it couldnt find lua5.1.lib if I didnt have that in the directory...can someone help me?I know how to do all this stuff its just really odd.
Code: Select all
1>------ Build started: Project: World, Configuration: Debug Win32 ------
1>Linking...
1>xmlParser.obj : error LNK2019: unresolved external symbol __imp__IsTextUnicode@12 referenced in function "public: static struct XMLNode __cdecl XMLNode::parseFile(char const *,char const *,struct XMLResults *)" (?parseFile@XMLNode@@SA?AU1@PBD0PAUXMLResults@@@Z)
1>mysqlclient.lib(my_init.obj) : error LNK2019: unresolved external symbol __imp__RegCloseKey@4 referenced in function _my_win_init
1>mysqlclient.lib(my_init.obj) : error LNK2019: unresolved external symbol __imp__RegEnumValueA@32 referenced in function _my_win_init
1>mysqlclient.lib(my_init.obj) : error LNK2019: unresolved external symbol __imp__RegOpenKeyExA@20 referenced in function _my_win_init
1>mysqlclient.lib(random.obj) : error LNK2019: unresolved external symbol __imp__CryptAcquireContextA@20 referenced in function "public: __thiscall TaoCrypt::OS_Seed::OS_Seed(void)" (??0OS_Seed@TaoCrypt@@QAE@XZ)
1>mysqlclient.lib(random.obj) : error LNK2019: unresolved external symbol __imp__CryptReleaseContext@8 referenced in function "public: __thiscall TaoCrypt::OS_Seed::~OS_Seed(void)" (??1OS_Seed@TaoCrypt@@QAE@XZ)
1>mysqlclient.lib(random.obj) : error LNK2019: unresolved external symbol __imp__CryptGenRandom@12 referenced in function "public: void __thiscall TaoCrypt::OS_Seed::GenerateSeed(unsigned char *,unsigned int)" (?GenerateSeed@OS_Seed@TaoCrypt@@QAEXPAEI@Z)
1>../build/EQ2WorldDebug.exe : fatal error LNK1120: 7 unresolved externals
1>Build log was saved at "file://c:\Documents and Settings\Administrator\Desktop\EQ2 Emulator\Source\Source\Build\World\Debug\BuildLog.htm"
1>World - 8 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========





