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

64 bit C++ executable?

Jeff_W_1
Beginner
438 Views

I have downloaded the trial version of Intel Parallel Composer and installed it on a 64-bit Windows machine.

I've got a C++ project that is using the Intel compiler, and I want to produce a 64-bit executable, but can't see how to.

 

 

 

0 Kudos
1 Solution
MalReddy_Y_Intel
Employee
438 Views

Hi Jeff,

You have to use the Visual Studio environment to set up C++ project to 64-bit platform as described below.

http://msdn.microsoft.com/en-us/library/9yb4317s.aspx

Reddy

 

View solution in original post

0 Kudos
2 Replies
MalReddy_Y_Intel
Employee
439 Views

Hi Jeff,

You have to use the Visual Studio environment to set up C++ project to 64-bit platform as described below.

http://msdn.microsoft.com/en-us/library/9yb4317s.aspx

Reddy

 

0 Kudos
Jeff_W_1
Beginner
438 Views

Thank you Reddy. That did the trick.

Sorry to be a bit slow replying but life got in the way of good intentions.

Jeff

 

0 Kudos
Reply