Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

Requirements Question (Visual Studio and Windows)

reportbase
Beginner
228 Views
Do I need to purchase Microsoft Visual Studio to use the Intel Compiler on windows.

I have a command line application, with no GUI. I just want to build a windows version of it.

I don't want to have any differences in my build environments between the windows and linux versions.


0 Kudos
1 Reply
JenniferJ
Moderator
228 Views
If you do not need VS for the GUI development, you can use the followings:

To use command-line tools only to build IA-32 applications, one of:
  • Microsoft Visual C++ 2008* Express Edition
  • Microsoft Visual C++ 2005* Express Edition and Microsoft Windows SDK for
    Windows 2008 and .NET Framework 3.5*

To use command-line tools only to build Intel 64 applications, one of:

  • Microsoft Windows Software Development Kit Update for Windows Vista*
  • Microsoft Windows SDK for Windows 2008 and .NET Framework 3.5*

Note: above info can be found in the Release Notes.

The VC2005/2008 express editions can be downloaded from Microsoft website for free. The Intel C++ Compiler for Windows will use the runtime libs/DLLs and linker provided in the VC express edition.

Jennifer

0 Kudos
Reply