r309 Linking errors

Bugs that have been resolved.

Moderator: Graf Zahl

Locked
User avatar
Enjay
Developer
Developer
Posts: 4748
Joined: Tue Aug 30, 2005 23:19
Location: Scotland
Contact:

r309 Linking errors

Post 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
User avatar
Graf Zahl
GZDoom Developer
GZDoom Developer
Posts: 7148
Joined: Wed Jul 20, 2005 9:48
Location: Germany
Contact:

Post by Graf Zahl »

Just missing dependencies.
Locked

Return to “Closed Bugs”