Compiling new UI problems
Posted: Tue Oct 07, 2008 12:47 pm
hello,
I was just wondering if anyone here know why i get link errors when i try to compile the new UI (uix86_new.dll) with the latest source?
everything else works and compiles fine, the project compiles and works with the old UI, but not the new one, and i have not altered anything in this code. And i don't want to download some already altered q3 source (ioquake3 etc).
This only happens on Release btw, it works on debug.
Here is what i get when i try to compile it:
ui fatal error LNK1120: 13 unresolved externals
ui error LNK2019: unresolved external symbol _UI_Alloc referenced in function _UI_ParseInfos
ui error LNK2019: unresolved external symbol _va referenced in function _UI_ParseInfos
ui error LNK2019: unresolved external symbol _Com_Printf referenced in function _UI_ParseInfos
ui error LNK2019: unresolved external symbol _Info_SetValueForKey referenced in function _UI_ParseInfos
ui error LNK2019: unresolved external symbol _Q_strncpyz referenced in function _UI_ParseInfos
ui error LNK2019: unresolved external symbol _COM_ParseExt referenced in function _UI_ParseInfos
ui error LNK2019: unresolved external symbol _COM_Parse referenced in function _UI_ParseInfos
ui error LNK2019: unresolved external symbol _String_Alloc referenced in function _UI_LoadArenas
ui error LNK2019: unresolved external symbol _Info_ValueForKey referenced in function _UI_LoadArenas
ui error LNK2019: unresolved external symbol _UI_OutOfMemory referenced in function _UI_LoadArenas
ui error LNK2019: unresolved external symbol _uiInfo referenced in function _UI_LoadArenas
ui error LNK2019: unresolved external symbol _COM_Compress referenced in function _UI_LoadBotsFromFile
ui error LNK2019: unresolved external symbol _Q_stricmp referenced in function _UI_GetBotInfoByName
Thanks,
I was just wondering if anyone here know why i get link errors when i try to compile the new UI (uix86_new.dll) with the latest source?
everything else works and compiles fine, the project compiles and works with the old UI, but not the new one, and i have not altered anything in this code. And i don't want to download some already altered q3 source (ioquake3 etc).
This only happens on Release btw, it works on debug.
Here is what i get when i try to compile it:
ui fatal error LNK1120: 13 unresolved externals
ui error LNK2019: unresolved external symbol _UI_Alloc referenced in function _UI_ParseInfos
ui error LNK2019: unresolved external symbol _va referenced in function _UI_ParseInfos
ui error LNK2019: unresolved external symbol _Com_Printf referenced in function _UI_ParseInfos
ui error LNK2019: unresolved external symbol _Info_SetValueForKey referenced in function _UI_ParseInfos
ui error LNK2019: unresolved external symbol _Q_strncpyz referenced in function _UI_ParseInfos
ui error LNK2019: unresolved external symbol _COM_ParseExt referenced in function _UI_ParseInfos
ui error LNK2019: unresolved external symbol _COM_Parse referenced in function _UI_ParseInfos
ui error LNK2019: unresolved external symbol _String_Alloc referenced in function _UI_LoadArenas
ui error LNK2019: unresolved external symbol _Info_ValueForKey referenced in function _UI_LoadArenas
ui error LNK2019: unresolved external symbol _UI_OutOfMemory referenced in function _UI_LoadArenas
ui error LNK2019: unresolved external symbol _uiInfo referenced in function _UI_LoadArenas
ui error LNK2019: unresolved external symbol _COM_Compress referenced in function _UI_LoadBotsFromFile
ui error LNK2019: unresolved external symbol _Q_stricmp referenced in function _UI_GetBotInfoByName
Thanks,