Page 1 of 1

r309 Linking errors

Posted: Fri Mar 13, 2009 18:39
by Enjay

Code: Select all

Linking...
files.obj : error LNK2019: unresolved external symbol @BZ2_bzDecompressEnd@4 referenced in function "public: __thiscall FileReaderBZ2::~FileReaderBZ2(void)" (??1FileReaderBZ2@@QAE@XZ)
files.obj : error LNK2019: unresolved external symbol @LzmaDec_Free@8 referenced in function "public: __thiscall FileReaderLZMA::~FileReaderLZMA(void)" (??1FileReaderLZMA@@QAE@XZ)
files.obj : error LNK2019: unresolved external symbol @BZ2_bzDecompressInit@12 referenced in function "public: __thiscall FileReaderBZ2::FileReaderBZ2(class FileReader &)" (??0FileReaderBZ2@@QAE@AAVFileReader@@@Z)
files.obj : error LNK2019: unresolved external symbol @BZ2_bzDecompress@4 referenced in function "public: long __thiscall FileReaderBZ2::Read(void *,long)" (?Read@FileReaderBZ2@@QAEJPAXJ@Z)
files.obj : error LNK2019: unresolved external symbol @LzmaDec_Init@4 referenced in function "public: __thiscall FileReaderLZMA::FileReaderLZMA(class FileReader &,unsigned int,bool)" (??0FileReaderLZMA@@QAE@AAVFileReader@@I_N@Z)
files.obj : error LNK2019: unresolved external symbol @LzmaDec_Allocate@16 referenced in function "public: __thiscall FileReaderLZMA::FileReaderLZMA(class FileReader &,unsigned int,bool)" (??0FileReaderLZMA@@QAE@AAVFileReader@@I_N@Z)
files.obj : error LNK2019: unresolved external symbol @LzmaDec_DecodeToBuf@28 referenced in function "public: long __thiscall FileReaderLZMA::Read(void *,long)" (?Read@FileReaderLZMA@@QAEJPAXJ@Z)
../gzdoom.exe : fatal error LNK1120: 7 unresolved externals

Posted: Fri Mar 13, 2009 21:30
by Graf Zahl
Just missing dependencies.