qben360
Member
- Joined
- Feb 20, 2015
- Messages
- 170
- Solutions
- 1
- Reaction score
- 12
Hey i download otserv and want compile this by visual studio 2010. I download all libraries from otland topic about compile this engine.
I dont know what to do. Please help me @Nottinghster
its error from visual studio:
I dont know what to do. Please help me @Nottinghster
its error from visual studio:
Code:
1>------ Rebuild All started: Project: ots, Configuration: Release Win32 ------
1> actions.cpp
1> admin.cpp
1> allocator.cpp
1> ban.cpp
1> baseevents.cpp
1> beds.cpp
1> chat.cpp
1> combat.cpp
1> condition.cpp
1> configmanager.cpp
1> connection.cpp
1> container.cpp
1> creature.cpp
1> creatureevent.cpp
1> cylinder.cpp
1> database.cpp
1> databasemysql.cpp
1> databaseodbc.cpp
1> databasepgsql.cpp
1> databasesqlite.cpp
1> Compiling...
1> depot.cpp
1> exception.cpp
1> fileloader.cpp
1> game.cpp
1> globalevent.cpp
1> guild.cpp
1> house.cpp
1> housetile.cpp
1> ioaccount.cpp
1> iomapotbm.cpp
1> iomapserialize.cpp
1> ioplayer.cpp
1> item.cpp
1> items.cpp
1> logger.cpp
1> luascript.cpp
1> mailbox.cpp
1> map.cpp
1> md5.cpp
1> monster.cpp
1> Compiling...
1> monsters.cpp
1> movement.cpp
1> networkmessage.cpp
1> npc.cpp
1> otpch.cpp
1> otserv.cpp
1> outputmessage.cpp
1> party.cpp
1> player.cpp
1> position.cpp
1> protocol.cpp
1> protocolgame.cpp
1> protocollogin.cpp
1> raids.cpp
1> rsa.cpp
1> scheduler.cpp
1> scriptmanager.cpp
1> server.cpp
1> sha1.cpp
1> spawn.cpp
1> Compiling...
1> spells.cpp
1> status.cpp
1> talkaction.cpp
1> tasks.cpp
1> teleport.cpp
1> thing.cpp
1> tile.cpp
1> tools.cpp
1> trashholder.cpp
1> vocation.cpp
1> waitlist.cpp
1> weapons.cpp
1>actions.obj : error LNK2001: unresolved external symbol _lua_pushnumber
1>admin.obj : error LNK2001: unresolved external symbol _xmlStrcmp
1>admin.obj : error LNK2001: unresolved external symbol _xmlFreeDoc
1>admin.obj : error LNK2001: unresolved external symbol _xmlDocGetRootElement
1>admin.obj : error LNK2001: unresolved external symbol _xmlParseMemory
1>admin.obj : error LNK2001: unresolved external symbol _xmlParseFile
1>admin.obj : error LNK2001: unresolved external symbol _xmlStrEqual
1>combat.obj : error LNK2001: unresolved external symbol _lua_pcall
1>combat.obj : error LNK2001: unresolved external symbol _lua_gettop
1>configmanager.obj : error LNK2001: unresolved external symbol _lua_tolstring
1>configmanager.obj : error LNK2001: unresolved external symbol _luaL_newstate
1>configmanager.obj : error LNK2001: unresolved external symbol _lua_createtable
1>configmanager.obj : error LNK2001: unresolved external symbol _lua_type
1>configmanager.obj : error LNK2001: unresolved external symbol _lua_settable
1>configmanager.obj : error LNK2001: unresolved external symbol _luaL_loadfile
1>configmanager.obj : error LNK2001: unresolved external symbol _lua_pushnil
1>configmanager.obj : error LNK2001: unresolved external symbol _lua_objlen
1>configmanager.obj : error LNK2001: unresolved external symbol _lua_tonumber
1>configmanager.obj : error LNK2001: unresolved external symbol _lua_next
1>configmanager.obj : error LNK2001: unresolved external symbol _lua_isnumber
1>configmanager.obj : error LNK2001: unresolved external symbol _lua_getfield
1>configmanager.obj : error LNK2001: unresolved external symbol _lua_close
1>configmanager.obj : error LNK2001: unresolved external symbol _lua_pushvalue
1>configmanager.obj : error LNK2001: unresolved external symbol _lua_insert
1>configmanager.obj : error LNK2001: unresolved external symbol _lua_settop
1>configmanager.obj : error LNK2001: unresolved external symbol _lua_pushlstring
1>configmanager.obj : error LNK2001: unresolved external symbol _lua_isstring
1>configmanager.obj : error LNK2001: unresolved external symbol _lua_toboolean
1>configmanager.obj : error LNK2001: unresolved external symbol _lua_pushboolean
1>databasesqlite.obj : error LNK2001: unresolved external symbol _sqlite3_last_insert_rowid
1>databasesqlite.obj : error LNK2001: unresolved external symbol _sqlite3_column_name
1>databasesqlite.obj : error LNK2001: unresolved external symbol _sqlite3_close
1>databasesqlite.obj : error LNK2001: unresolved external symbol _sqlite3_open
1>databasesqlite.obj : error LNK2001: unresolved external symbol _sqlite3_column_count
1>databasesqlite.obj : error LNK2001: unresolved external symbol _sqlite3_snprintf
1>databasesqlite.obj : error LNK2001: unresolved external symbol _sqlite3_column_text
1>databasesqlite.obj : error LNK2001: unresolved external symbol _sqlite3_column_int64
1>databasesqlite.obj : error LNK2001: unresolved external symbol _sqlite3_errmsg
1>databasesqlite.obj : error LNK2001: unresolved external symbol _sqlite3_column_int
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_finalize
1>databasesqlite.obj : error LNK2001: unresolved external symbol _sqlite3_step
1>databasesqlite.obj : error LNK2001: unresolved external symbol _sqlite3_prepare_v2
1>exception.obj : error LNK2001: unresolved external symbol _MiniDumpWriteDump@28
1>luascript.obj : error LNK2001: unresolved external symbol _luaopen_debug
1>luascript.obj : error LNK2001: unresolved external symbol _luaL_register
1>luascript.obj : error LNK2001: unresolved external symbol _lua_rawset
1>luascript.obj : error LNK2001: unresolved external symbol _lua_gettable
1>luascript.obj : error LNK2001: unresolved external symbol _lua_setfield
1>luascript.obj : error LNK2001: unresolved external symbol _lua_pushcclosure
1>luascript.obj : error LNK2001: unresolved external symbol _luaopen_math
1>luascript.obj : error LNK2001: unresolved external symbol _lua_call
1>luascript.obj : error LNK2001: unresolved external symbol _lua_rawgeti
1>luascript.obj : error LNK2001: unresolved external symbol _luaopen_string
1>luascript.obj : error LNK2001: unresolved external symbol _lua_rawget
1>luascript.obj : error LNK2001: unresolved external symbol _lua_remove
1>luascript.obj : error LNK2001: unresolved external symbol _luaopen_base
1>luascript.obj : error LNK2001: unresolved external symbol _lua_pushinteger
1>luascript.obj : error LNK2001: unresolved external symbol _lua_pushstring
1>luascript.obj : error LNK2001: unresolved external symbol _lua_typename
1>luascript.obj : error LNK2001: unresolved external symbol _luaopen_os
1>luascript.obj : error LNK2001: unresolved external symbol _luaopen_table
1>luascript.obj : error LNK2001: unresolved external symbol _luaL_loadbuffer
1>luascript.obj : error LNK2001: unresolved external symbol _luaL_unref
1>luascript.obj : error LNK2001: unresolved external symbol _luaL_ref
1>luascript.obj : error LNK2001: unresolved external symbol _lua_topointer
1>rsa.obj : error LNK2001: unresolved external symbol ___gmpz_sizeinbase
1>rsa.obj : error LNK2001: unresolved external symbol ___gmpz_init
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_sub_ui
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_add
1>rsa.obj : error LNK2001: unresolved external symbol ___gmpz_powm
1>rsa.obj : error LNK2001: unresolved external symbol ___gmpz_set_ui
1>rsa.obj : error LNK2001: unresolved external symbol ___gmpz_cmp_si
1>rsa.obj : error LNK2001: unresolved external symbol ___gmpz_sub
1>rsa.obj : error LNK2001: unresolved external symbol ___gmpz_invert
1>rsa.obj : error LNK2001: unresolved external symbol ___gmpz_export
1>rsa.obj : error LNK2001: unresolved external symbol ___gmpz_import
1>rsa.obj : error LNK2001: unresolved external symbol ___gmpz_set_str
1>status.obj : error LNK2001: unresolved external symbol __imp__xmlFree
1>status.obj : error LNK2001: unresolved external symbol _xmlNewDocNode
1>status.obj : error LNK2001: unresolved external symbol _xmlDocDumpMemory
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 _xmlNewDoc
1>status.obj : error LNK2001: unresolved external symbol _xmlSetProp
1>tools.obj : error LNK2001: unresolved external symbol _UTF8Toisolat1
1>tools.obj : error LNK2001: unresolved external symbol _xmlNodeGetContent
1>tools.obj : error LNK2001: unresolved external symbol _xmlGetProp
1>F:\Projects\ots\Release\ots.exe : fatal error LNK1120: 95 unresolved externals
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========