F
Franky
I have a cpp program that use to compile in C++6 but give a bunch of errors
in VS2005
I'm wondering if I need to reference to some library.
I'd appreciate any helpful suggestion
Even if it's just a suggestion of where to look or something that might
work.
--------------------------description------------------------------file--------
Error 20 error LNK2001: unresolved external symbol __ftol2_sse
MainOn.obj
Error 27 error LNK2001: unresolved external symbol ___security_cookie
Files.obj
Error 39 error LNK2001: unresolved external symbol __chkstk
Play.obj
Error 43 error LNK2019: unresolved external symbol __gmtime64 referenced in
function _gmtime MainOn.obj
Error 13 error LNK2001: unresolved external symbol _strstr
Bitmap.obj
Mostly, I don't know these symbols
For example I searched all files for chkstk without a hit. The same for
"security"
Thanks in advance for any help
in VS2005
I'm wondering if I need to reference to some library.
I'd appreciate any helpful suggestion
Even if it's just a suggestion of where to look or something that might
work.
--------------------------description------------------------------file--------
Error 20 error LNK2001: unresolved external symbol __ftol2_sse
MainOn.obj
Error 27 error LNK2001: unresolved external symbol ___security_cookie
Files.obj
Error 39 error LNK2001: unresolved external symbol __chkstk
Play.obj
Error 43 error LNK2019: unresolved external symbol __gmtime64 referenced in
function _gmtime MainOn.obj
Error 13 error LNK2001: unresolved external symbol _strstr
Bitmap.obj
Mostly, I don't know these symbols
For example I searched all files for chkstk without a hit. The same for
"security"
Thanks in advance for any help