DarioSamo / LibXenoverse

Dragon Ball Xenoverse Modding Tools
44 stars 83 forks source link

Unresolved external symbols when building #15

Open SenshiSentou opened 9 years ago

SenshiSentou commented 9 years ago

Hey Dario,

I'm attempting to build LibXenoverse, but it's failing on me with LNK1120: 20 unresolved externals.

All originate from LibXenoverse.lib and look like:

Error   45  error LNK2001: unresolved external symbol "protected: bool __thiscall
fbxsdk_2015_1::FbxProperty::Get(void *,enum fbxsdk_2015_1::EFbxType const &)const "
(?Get@FbxProperty@fbxsdk_2015_1@@IBE_NPAXABW4EFbxType@2@@Z)
[Path\to]\xenoviewer\LibXenoverse.lib(EAN.obj)  xenoviewer

I've cleaned and rebuilt the solution a couple of times, but to no avail. Since neither C++ nor Windows is my usual development platform I figured I'd ask rather than bang my head against it for who knows how long.

Full warning and error list: http://pastebin.com/SWQJRqT6

Cheers