I have project in MFC that works fine in x32.
I used the configuration manager to change the project to x64, then I tried to rebuild the project.
the result was "unresolved external symbol" for many MFC function.
I guess that I miss something here in the Tools/Option toolbar with x64 platform but I don't know what.
P.S.
win32 console application works fine when I change the platfrom to x64