Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29253 Discussions

Creating 32bit and 64bit executables

Frederik_Vandenberg
505 Views
I have installed the 64 bit Intel Visual Fortran composer XE 2011 on my PC with a Win7 64 bit operating system. I can make 64bit executables of programs I develop, but I would like to have the possibility to create 32 bit executables of the same program.

What would be the best way to do this?

Regards,
Erik
0 Kudos
1 Reply
TimP
Honored Contributor III
505 Views
Install the companion ia32 Fortran composer, and select it either by the corresponding command prompt shortcut on the start menu or by omitting the x64 selection in VS project setting.
0 Kudos
Reply