How to create 64 bit exe with vs 2022 vc++ using mfc

K Roy Chowdhury 20 Reputation points
2023-10-10T13:49:09.5233333+00:00

we are creating a project with 64 bit platform. But the exe produced is 32bit. How to solve?

Community Center | Not monitored
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. RLWA32 49,541 Reputation points
    2023-10-10T14:34:41.6966667+00:00

    Make sure that when building from the Visual Studio IDE that your setting look like the ones below. The images were taken for an MFC application created by VS2022's new MFC App template.

    IDESetting

    Configuration Manager

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.