Compile for x64 with Visual Studio?

后端 未结 2 931
生来不讨喜
生来不讨喜 2020-12-17 16:40

Question: Assume a C++ hello world program, non .NET. With Visual Studio 2005/2008/2010, how can I compile a 64-Bit application ? I have a 64 Bit Windows, but by default, V

2条回答
  •  Happy的楠姐
    2020-12-17 17:21

    It sounds like it may just be that you haven't set the correct target. It is possible to also build x64 applications on an x86 using the cross compiler tools.

提交回复
热议问题