вторник, 19 июля 2011 г.

Where is the 64-bit compiler in Visual Studio?

There are a lot of questions concerning the problem when you cannot create the 64-bit configuration of a project in Visual Studio or compile an existing 64-bit project. Almost always this problem arises from the absence of the 64-bit compiler. There are two reasons why the 64-bit compiler is missing:
  1. You are using the Visual Studio Express version that lacks the 64-bit compiler. In this case you should get a corresponding edition of Visual Studio.
  2. The option of installing the 64-bit compiler was disabled by default when installing Visual Studio 2005/2008 (Figure 1). It is most likely that you have not enabled the "X64 Compilers and Tools" check box during installation. If so, launch the installer and install the missing items.
Figure 1 - The 64-bit compiler is disabled before the installation

Figure 1 - The 64-bit compiler is disabled before the installation

References

  1. Andrey Karpov. Seven Steps of Migrating a Program to a 64-bit System.
  2. Lessons on development of 64-bit C/C++ applications.

Комментариев нет:

Отправить комментарий