- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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:
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

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page