LNK2001: unresolved external symbol __ftol2_sse

  • Thread starter Thread starter lnickers
  • Start date Start date
L

lnickers

Guest
LNK2001: unresolved external symbol __ftol2_sse

--------------------------------------------------------------------------------

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 ==========
 
As far as i'm aware, the source code has never been officially released to the public... so what exactly are you trying to build?

P.S. nobody has tolerance for people dealing with illegal HL2 content on these forums...
 
you have compiled HL2? are you refering to a mod?

Isn't team fortress a mod?

Nick A.,just a warning, if this has anything to do with stealing HL2, i think its forum policy you are banned, and as a heads up you should edit your post to remove your full name, and never come back

if you are not stealing anything, then disregard what I've said, and accept my appologies.
 
Its a mod.

I am having the same problem with my mod in 2k5.

You guys are a lil too wound up.
 
imatard said:
I am having the same problem with my mod in 2k5.

You guys are a lil too wound up.

Ummm this thread was made in March, good job resurrecting it.

EDIT: And the irony of your screen name.
 
Back
Top