Build a console program for AMD Athlon 64 bit
I tried X64, but the linker choked on the first object I gave it. How do I tell the compiler what to do?
Thanks,
I tried X64, but the linker choked on the first object I gave it. How do I tell the compiler what to do?
Thanks,
Error 1115 fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64' c:\code\stuff\myfile.obj 1
What compiler settings do I need to change?
If not the other thing to check is what version of the compiler you got it using for x64. This is done through tools->options->projects and solutions->vc++ directories. If you choose x64 for the platform, under executibles it should be set to $(VCInstallDir)bin\x86_amd64 above $(VCInstallDir)bin otherwise it'll use the wrong compiler.
Hope this helps!
Thanks,
Ayman Shoukry
VC++ Team
Error 1118 error LNK2001: unresolved external symbol __imp_MultiByteToWideChar tickernet.obj
etc.
Any ideas?