L
lnickers
Guest
Please Help. I've been trying to build HL2 with Visual C++ 2005 express edition. I have managed to compile but I cannot link. I have 2 refences that are unresolved and can't figure out how to fix it.
I have dumped the symbols in th object files and they are indeed in the unresolved symbol tables:
error LNK2001: unresolved external symbol __ftol2_sse
error LNK2001: unresolved external symbol __alloca_probe_16
I think this is related to SSE assembler math routines not getting compiled. Perhaps?
Has anyone found a solution to this?
Thanks,
Larry
------ Build s------ Build started: Project: client, Configuration: Debug HL2 Win32 ------
Linking...
Creating library .\cl_dll___Win32_HL2_Debug/client.lib and object .\cl_dll___Win32_HL2_Debug/client.exp
vgui_TeamFortressViewport.obj :
c_te_spritespray.obj : error LNK2001: unresolved external symbol __ftol2_sse
client_thinklist.obj : error LNK2001: unresolved external symbol __alloca_probe_16
convar.obj : error LNK2001: unresolved external symbol __alloca_probe_16
.\cl_dll___Win32_HL2_Debug/client.dll : fatal error LNK1120: 2 unresolved externals
Creating browse information file...
Microsoft Browse Information Maintenance Utility Version 8.00.40607
Copyright (C) Microsoft Corporation. All rights reserved.
Build log was saved at "file://g:\__Games\__NickArthurSP\src\cl_dll\cl_dll___Win32_HL2_Debug\BuildLog.htm"
client - 135 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
I have dumped the symbols in th object files and they are indeed in the unresolved symbol tables:
error LNK2001: unresolved external symbol __ftol2_sse
error LNK2001: unresolved external symbol __alloca_probe_16
I think this is related to SSE assembler math routines not getting compiled. Perhaps?
Has anyone found a solution to this?
Thanks,
Larry
------ Build s------ Build started: Project: client, Configuration: Debug HL2 Win32 ------
Linking...
Creating library .\cl_dll___Win32_HL2_Debug/client.lib and object .\cl_dll___Win32_HL2_Debug/client.exp
vgui_TeamFortressViewport.obj :
c_te_spritespray.obj : error LNK2001: unresolved external symbol __ftol2_sse
client_thinklist.obj : error LNK2001: unresolved external symbol __alloca_probe_16
convar.obj : error LNK2001: unresolved external symbol __alloca_probe_16
.\cl_dll___Win32_HL2_Debug/client.dll : fatal error LNK1120: 2 unresolved externals
Creating browse information file...
Microsoft Browse Information Maintenance Utility Version 8.00.40607
Copyright (C) Microsoft Corporation. All rights reserved.
Build log was saved at "file://g:\__Games\__NickArthurSP\src\cl_dll\cl_dll___Win32_HL2_Debug\BuildLog.htm"
client - 135 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========