How do I rebuild MFC project in x64?
Posted
by fishbein
on Stack Overflow
See other posts from Stack Overflow
or by fishbein
Published on 2010-05-26T14:34:53Z
Indexed on
2010/05/26
14:41 UTC
Read the original article
Hit count: 445
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
© Stack Overflow or respective owner