Page 1 of 1

r318 Linking errors

Posted: Sun Mar 29, 2009 14:27
by Enjay

Code: Select all

Linking...
d_main.obj : error LNK2019: unresolved external symbol "struct IWADInfo const * __fastcall D_FindIWAD(char const *)" (?D_FindIWAD@@YIPBUIWADInfo@@PBD@Z) referenced in function "void __fastcall D_DoomMain(void)" (?D_DoomMain@@YIXXZ)
i_system.obj : error LNK2001: unresolved external symbol "class FBoolCVar queryiwad" (?queryiwad@@3VFBoolCVar@@A)
i_system.obj : error LNK2001: unresolved external symbol "struct IWADInfo const * const IWADInfos" (?IWADInfos@@3QBUIWADInfo@@B)
gl_hirestex.obj : error LNK2001: unresolved external symbol "enum EIWADType gameiwad" (?gameiwad@@3W4EIWADType@@A)
../gzdoom.exe : fatal error LNK1120: 4 unresolved externals
Build log was saved at "file://f:\Doom\GZdoomSource\gzdoomcomp\Release\BuildLog.htm"
zdoom - 5 error(s), 0 warning(s)

Re: r318 Linking errors

Posted: Sun Mar 29, 2009 15:50
by Graf Zahl
I'm not really surprised because this revision was untested. I just wanted to make a backup before changing some other things.