Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

32-bit executable using 64-bit OS

David_Sall
Beginner
935 Views
I currently running the 64-bit Intel Visual Fortran and Microsoft Visual Studio 2008 on Windows XP 64-bit. In addition to 64 bit executables, I would also like to create 32 bit executables. Is this possible with my configuration? When I change the Configuration Manager to Win32, I get an error message that the Intel Visual Fortran 32-bit is not installed. I checked the directory structure of the 64 bit Fortran and there is nothing there that signifies a 64 bit version. Can the 64-bit and 32-bit version of Intel Fortran co-exist on the same computer?

Thank you very much for your help.

Sincerely,

David
0 Kudos
4 Replies
Steven_L_Intel1
Employee
935 Views
Yes, this is possible. The problem is that you chose to install only the 64-bit compiler. Please go back to the Intel Registration center and download the installer for both 32-bit and 64-bit development. You can use the one without Visual Studio Shell as you already have an appropriate VS installed.
0 Kudos
David_Sall
Beginner
935 Views
Hi Steve!

I work for a large corporation and I believe can only install what is available on our network drive. The only programs that are not dedicated 32 or 64 bit (i.e., no '..._ia32.exe', '..._intel64.exe') are,

w_cprof_p_11.1.054.exe 895,555 KB
w_cprof_p_11.1.054_novsshell.exe 524,104 KB

I am assuming that you mean the second one? If so, do I need to un-install the 64-bit I currently have or just install over what is there?

Thanks again Steve.

Sincerely,

David
0 Kudos
Steven_L_Intel1
Employee
935 Views
Either of those will work - the first is the second plus VS Shell. No need to uninstall.
0 Kudos
David_Sall
Beginner
935 Views
Hi Steve!

Thank you for all of your help. It worked perfectly. I can now generate both 32 and 64 bit executables ... life is good!

Sincerely,

David
0 Kudos
Reply