G
Guest
I am trying to port some C code from an old VMS system to Windows 2003.
Recently, I've been having some problems with unresolved externals:
ccm_com error LNK2001: unresolved external symbol ___security_cookie
ccm_com error LNK2001: unresolved external symbol @__security_check_cookie@4
ccm_com error LNK2001: unresolved external symbol __chkstk
ccm_com error LNK2001: unresolved external symbol __fltused
ccm_com error LNK2001: unresolved external symbol __ftol2
I've tried a variety of solutions (including turning off the "buffer
security check"), but haven't had any success. Any assistance would be
greatly appreciated!
Thank you,
Curt
Recently, I've been having some problems with unresolved externals:
ccm_com error LNK2001: unresolved external symbol ___security_cookie
ccm_com error LNK2001: unresolved external symbol @__security_check_cookie@4
ccm_com error LNK2001: unresolved external symbol __chkstk
ccm_com error LNK2001: unresolved external symbol __fltused
ccm_com error LNK2001: unresolved external symbol __ftol2
I've tried a variety of solutions (including turning off the "buffer
security check"), but haven't had any success. Any assistance would be
greatly appreciated!
Thank you,
Curt