Cornwallis
Member
- Joined
- Jan 3, 2010
- Messages
- 480
- Reaction score
- 16
I'm running a x64 system, This is all edited because i switch to a different IDE, MSVS10, so far i like it but i can't get it to read my include folder right, it won't read like inside the folders, should i put every file from the folders into the include folder? these are the undefined references i'm getting.
Code:
1>actions.obj : error LNK2001: unresolved external symbol lua_pushnumber
1>admin.obj : error LNK2001: unresolved external symbol xmlParseFile
1>admin.obj : error LNK2001: unresolved external symbol xmlDocGetRootElement
1>admin.obj : error LNK2001: unresolved external symbol xmlStrEqual
1>admin.obj : error LNK2001: unresolved external symbol xmlFreeDoc
1>baseevents.obj : error LNK2001: unresolved external symbol xmlStrcmp
1>combat.obj : error LNK2001: unresolved external symbol lua_gettop
1>combat.obj : error LNK2001: unresolved external symbol lua_pcall
1>configmanager.obj : error LNK2001: unresolved external symbol luaL_newstate
1>configmanager.obj : error LNK2001: unresolved external symbol luaL_loadfile
1>configmanager.obj : error LNK2001: unresolved external symbol lua_tolstring
1>configmanager.obj : error LNK2001: unresolved external symbol lua_close
1>configmanager.obj : error LNK2001: unresolved external symbol lua_getfield
1>configmanager.obj : error LNK2001: unresolved external symbol lua_isstring
1>configmanager.obj : error LNK2001: unresolved external symbol lua_objlen
1>configmanager.obj : error LNK2001: unresolved external symbol lua_settop
1>configmanager.obj : error LNK2001: unresolved external symbol lua_isnumber
1>configmanager.obj : error LNK2001: unresolved external symbol lua_tonumber
1>configmanager.obj : error LNK2001: unresolved external symbol lua_gettable
1>connection.obj : error LNK2001: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::system_category(void)" (?system_category@system@boost@@YAAEBVerror_category@12@XZ)
1>databasemysql.obj : error LNK2001: unresolved external symbol mysql_insert_id
1>databasemysql.obj : error LNK2001: unresolved external symbol mysql_get_client_info
1>databasemysql.obj : error LNK2001: unresolved external symbol mysql_get_client_version
1>databasemysql.obj : error LNK2001: unresolved external symbol mysql_init
1>databasemysql.obj : error LNK2001: unresolved external symbol mysql_options
1>databasemysql.obj : error LNK2001: unresolved external symbol mysql_real_connect
1>databasemysql.obj : error LNK2001: unresolved external symbol mysql_error
1>databasemysql.obj : error LNK2001: unresolved external symbol mysql_close
1>databasemysql.obj : error LNK2001: unresolved external symbol mysql_rollback
1>databasemysql.obj : error LNK2001: unresolved external symbol mysql_commit
1>databasemysql.obj : error LNK2001: unresolved external symbol mysql_real_query
1>databasemysql.obj : error LNK2001: unresolved external symbol mysql_errno
1>databasemysql.obj : error LNK2001: unresolved external symbol mysql_store_result
1>databasemysql.obj : error LNK2001: unresolved external symbol mysql_free_result
1>databasemysql.obj : error LNK2001: unresolved external symbol mysql_real_escape_string
1>databasemysql.obj : error LNK2001: unresolved external symbol mysql_fetch_lengths
1>databasemysql.obj : error LNK2001: unresolved external symbol mysql_fetch_row
1>databasemysql.obj : error LNK2001: unresolved external symbol mysql_fetch_field
1>databasemysql.obj : error LNK2001: unresolved external symbol "private: class boost::basic_regex<char,struct boost::regex_traits<char,class boost::w32_regex_traits<char> > > & __cdecl boost::basic_regex<char,struct boost::regex_traits<char,class boost::w32_regex_traits<char> > >::do_assign(char const *,char const *,unsigned int)" (?do_assign@?$basic_regex@DU?$regex_traits@DV?$w32_regex_traits@D@boost@@@boost@@@boost@@AEAAAEAV12@PEBD0I@Z)
1>databasemysql.obj : error LNK2001: unresolved external symbol "public: bool __cdecl boost::re_detail::perl_matcher<class std::_String_const_iterator<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<struct boost::sub_match<class std::_String_const_iterator<char,struct std::char_traits<char>,class std::allocator<char> > > >,struct boost::regex_traits<char,class boost::w32_regex_traits<char> > >::find(void)" (?find@?$perl_matcher@V?$_String_const_iterator@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@U?$sub_match@V?$_String_const_iterator@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@2@U?$regex_traits@DV?$w32_regex_traits@D@boost@@@boost@@@re_detail@boost@@QEAA_NXZ)
1>databasemysql.obj : error LNK2001: unresolved external symbol "private: void __cdecl boost::re_detail::perl_matcher<class std::_String_const_iterator<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<struct boost::sub_match<class std::_String_const_iterator<char,struct std::char_traits<char>,class std::allocator<char> > > >,struct boost::regex_traits<char,class boost::w32_regex_traits<char> > >::construct_init(class boost::basic_regex<char,struct boost::regex_traits<char,class boost::w32_regex_traits<char> > > const &,enum boost::regex_constants::_match_flags)" (?construct_init@?$perl_matcher@V?$_String_const_iterator@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@U?$sub_match@V?$_String_const_iterator@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@2@U?$regex_traits@DV?$w32_regex_traits@D@boost@@@boost@@@re_detail@boost@@AEAAXAEBV?$basic_regex@DU?$regex_traits@DV?$w32_regex_traits@D@boost@@@boost@@@3@W4_match_flags@regex_constants@3@@Z)
1>databasemysql.obj : error LNK2001: unresolved external symbol "char __cdecl boost::re_detail::w32_toupper(char,unsigned int)" (?w32_toupper@re_detail@boost@@YADDI@Z)
1>databasesqlite.obj : error LNK2001: unresolved external symbol sqlite3_last_insert_rowid
1>databasesqlite.obj : error LNK2001: unresolved external symbol sqlite3_libversion
1>databasesqlite.obj : error LNK2001: unresolved external symbol sqlite3_libversion_number
1>databasesqlite.obj : error LNK2001: unresolved external symbol sqlite3_open
1>databasesqlite.obj : error LNK2001: unresolved external symbol sqlite3_close
1>databasesqlite.obj : error LNK2001: unresolved external symbol sqlite3_prepare_v2
1>databasesqlite.obj : error LNK2001: unresolved external symbol sqlite3_finalize
1>databasesqlite.obj : error LNK2001: unresolved external symbol sqlite3_errmsg
1>databasesqlite.obj : error LNK2001: unresolved external symbol sqlite3_step
1>databasesqlite.obj : error LNK2001: unresolved external symbol sqlite3_snprintf
1>databasesqlite.obj : error LNK2001: unresolved external symbol sqlite3_column_int
1>databasesqlite.obj : error LNK2001: unresolved external symbol sqlite3_column_int64
1>databasesqlite.obj : error LNK2001: unresolved external symbol sqlite3_column_text
1>databasesqlite.obj : error LNK2001: unresolved external symbol sqlite3_column_blob
1>databasesqlite.obj : error LNK2001: unresolved external symbol sqlite3_column_bytes
1>databasesqlite.obj : error LNK2001: unresolved external symbol sqlite3_column_count
1>databasesqlite.obj : error LNK2001: unresolved external symbol sqlite3_column_name
1>house.obj : error LNK2001: unresolved external symbol "public: bool __cdecl boost::re_detail::perl_matcher<char const *,class std::allocator<struct boost::sub_match<char const *> >,struct boost::regex_traits<char,class boost::w32_regex_traits<char> > >::match(void)" (?match@?$perl_matcher@PEBDV?$allocator@U?$sub_match@PEBD@boost@@@std@@U?$regex_traits@DV?$w32_regex_traits@D@boost@@@boost@@@re_detail@boost@@QEAA_NXZ)
1>house.obj : error LNK2001: unresolved external symbol "private: void __cdecl boost::re_detail::perl_matcher<char const *,class std::allocator<struct boost::sub_match<char const *> >,struct boost::regex_traits<char,class boost::w32_regex_traits<char> > >::construct_init(class boost::basic_regex<char,struct boost::regex_traits<char,class boost::w32_regex_traits<char> > > const &,enum boost::regex_constants::_match_flags)" (?construct_init@?$perl_matcher@PEBDV?$allocator@U?$sub_match@PEBD@boost@@@std@@U?$regex_traits@DV?$w32_regex_traits@D@boost@@@boost@@@re_detail@boost@@AEAAXAEBV?$basic_regex@DU?$regex_traits@DV?$w32_regex_traits@D@boost@@@boost@@@3@W4_match_flags@regex_constants@3@@Z)
1>items.obj : error LNK2001: unresolved external symbol xmlReadFile
1>items.obj : error LNK2001: unresolved external symbol xmlSchemaNewDocParserCtxt
1>items.obj : error LNK2001: unresolved external symbol xmlSchemaParse
1>items.obj : error LNK2001: unresolved external symbol xmlSchemaNewValidCtxt
1>items.obj : error LNK2001: unresolved external symbol xmlSchemaValidateDoc
1>items.obj : error LNK2001: unresolved external symbol xmlSchemaFreeValidCtxt
1>items.obj : error LNK2001: unresolved external symbol xmlSchemaFree
1>items.obj : error LNK2001: unresolved external symbol xmlSchemaFreeParserCtxt
1>luascript.obj : error LNK2001: unresolved external symbol lua_pushcclosure
1>luascript.obj : error LNK2001: unresolved external symbol lua_insert
1>luascript.obj : error LNK2001: unresolved external symbol lua_remove
1>luascript.obj : error LNK2001: unresolved external symbol lua_type
1>luascript.obj : error LNK2001: unresolved external symbol luaL_loadbuffer
1>luascript.obj : error LNK2001: unresolved external symbol lua_pushvalue
1>luascript.obj : error LNK2001: unresolved external symbol lua_rawset
1>luascript.obj : error LNK2001: unresolved external symbol lua_pushnil
1>luascript.obj : error LNK2001: unresolved external symbol lua_setfield
1>luascript.obj : error LNK2001: unresolved external symbol lua_pushstring
1>luascript.obj : error LNK2001: unresolved external symbol lua_call
1>luascript.obj : error LNK2001: unresolved external symbol lua_rawget
1>luascript.obj : error LNK2001: unresolved external symbol luaL_openlibs
1>luascript.obj : error LNK2001: unresolved external symbol luaJIT_setmode
1>luascript.obj : error LNK2001: unresolved external symbol lua_createtable
1>luascript.obj : error LNK2001: unresolved external symbol luaL_unref
1>luascript.obj : error LNK2001: unresolved external symbol lua_rawgeti
1>luascript.obj : error LNK2001: unresolved external symbol lua_settable
1>luascript.obj : error LNK2001: unresolved external symbol luaL_ref
1>luascript.obj : error LNK2001: unresolved external symbol lua_toboolean
1>luascript.obj : error LNK2001: unresolved external symbol lua_pushboolean
1>luascript.obj : error LNK2001: unresolved external symbol luaL_register
1>luascript.obj : error LNK2001: unresolved external symbol lua_next
1>otpch.obj : error LNK2001: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::generic_category(void)" (?generic_category@system@boost@@YAAEBVerror_category@12@XZ)
1>otserv.obj : error LNK2001: unresolved external symbol "public: __cdecl boost::thread::~thread(void)" (??1thread@boost@@QEAA@XZ)
1>rsa.obj : error LNK2001: unresolved external symbol __gmpz_set
1>rsa.obj : error LNK2001: unresolved external symbol __gmpz_init2
1>rsa.obj : error LNK2001: unresolved external symbol __gmpz_clear
1>rsa.obj : error LNK2001: unresolved external symbol __gmpz_set_str
1>rsa.obj : error LNK2001: unresolved external symbol __gmpz_sub_ui
1>rsa.obj : error LNK2001: unresolved external symbol __gmpz_invert
1>rsa.obj : error LNK2001: unresolved external symbol __gmpz_mod
1>rsa.obj : error LNK2001: unresolved external symbol __gmpz_mul
1>rsa.obj : error LNK2001: unresolved external symbol __gmpz_import
1>rsa.obj : error LNK2001: unresolved external symbol __gmpz_powm
1>rsa.obj : error LNK2001: unresolved external symbol __gmpz_sub
1>rsa.obj : error LNK2001: unresolved external symbol __gmpz_cmp_si
1>rsa.obj : error LNK2001: unresolved external symbol __gmpz_add
1>rsa.obj : error LNK2001: unresolved external symbol __gmpz_set_ui
1>rsa.obj : error LNK2001: unresolved external symbol __gmpz_sizeinbase
1>rsa.obj : error LNK2001: unresolved external symbol __gmpz_export
1>scheduler.obj : error LNK2001: unresolved external symbol "bool __cdecl boost::this_thread::interruptible_wait(void *,struct boost::detail::timeout)" (?interruptible_wait@this_thread@boost@@YA_NPEAXUtimeout@detail@2@@Z)
1>scheduler.obj : error LNK2001: unresolved external symbol "public: void __cdecl boost::thread::join(void)" (?join@thread@boost@@QEAAXXZ)
1>scheduler.obj : error LNK2001: unresolved external symbol "public: __cdecl boost::thread::thread(void)" (??0thread@boost@@QEAA@XZ)
1>scheduler.obj : error LNK2001: unresolved external symbol "private: void __cdecl boost::thread::start_thread(void)" (?start_thread@thread@boost@@AEAAXXZ)
1>status.obj : error LNK2001: unresolved external symbol xmlSetProp
1>status.obj : error LNK2001: unresolved external symbol xmlNewDoc
1>status.obj : error LNK2001: unresolved external symbol xmlNewDocNode
1>status.obj : error LNK2001: unresolved external symbol xmlNewNode
1>status.obj : error LNK2001: unresolved external symbol xmlAddChild
1>status.obj : error LNK2001: unresolved external symbol xmlNewTextChild
1>status.obj : error LNK2001: unresolved external symbol xmlDocDumpMemory
1>status.obj : error LNK2001: unresolved external symbol __imp_xmlFree
1>tools.obj : error LNK2001: unresolved external symbol xmlGetProp
1>tools.obj : error LNK2001: unresolved external symbol UTF8Toisolat1
1>tools.obj : error LNK2001: unresolved external symbol xmlNodeGetContent
Last edited: