I've a VC++ code (VS2013) which is compiling perfectly fine in 32 bit. But when I try to compile the same code in 64bit, I'm getting the below linker error.
1>LINK : fatal error C1905: Front end and back end not compatible (must target same processor).
1>LINK : fatal error LNK1257: code generation failed
I referred the links :: Stackoverflow-link
Can I please get help to solve this issue and the code compiled for 64 bit. Unable to attach the code snippet here because, it's a very big code base.