- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm an IT admin trying to help a programmer install Visual Fortran Professional 11.0 on his XP 32-bit workstation so he can compile applications for Vista 64-bit. I know next to nothing about programming, but I hope I can get him up and running with your help.
I ran the full installation and everything went smoothly. Iwent toTools > Options > Intel Visual Fortran > Compilers and selected x64 as the Target Platform (the only other choice was Win32).
To test, I selected File | Open | Project/Solution, then selected one of the sample programs that came with the software (Puzzle). I was able to build it and it runs just fine, but while building it the message window says "Compiling with Intel Visual Fortran 11.0.072 [IA-32]...". This makes me think it is not really compiling the application to take advantage of 64-bit.
I bet I am doing something very obviously wrong. Can anyone point me in the right direction?
I ran the full installation and everything went smoothly. Iwent toTools > Options > Intel Visual Fortran > Compilers and selected x64 as the Target Platform (the only other choice was Win32).
To test, I selected File | Open | Project/Solution, then selected one of the sample programs that came with the software (Puzzle). I was able to build it and it runs just fine, but while building it the message window says "Compiling with Intel Visual Fortran 11.0.072 [IA-32]...". This makes me think it is not really compiling the application to take advantage of 64-bit.
I bet I am doing something very obviously wrong. Can anyone point me in the right direction?
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes - but you're not the first to make this mistake - and won't be the last. Indeed, I should soon have a tutorial out on the subject.
The Tools > Options page does not select between 32-bit and 64-bit for projects. This screen is where you configure each compiler (32-bit and 64-bit) for when you do build for each platform. It is not a switch or toggle.
It is unfortunate that Microsoft made the process as convoluted as they did. Here's what you need to do.
- Open the project.
- Select Build > Configuration Manager
- In the new window that comes up, pull down Active Solution Platform and select
- In the new window, select x64 as the new platform (it is probably already filled in)
- Click OK, then Close.
Let me know if this helps.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes - but you're not the first to make this mistake - and won't be the last. Indeed, I should soon have a tutorial out on the subject.
The Tools > Options page does not select between 32-bit and 64-bit for projects. This screen is where you configure each compiler (32-bit and 64-bit) for when you do build for each platform. It is not a switch or toggle.
It is unfortunate that Microsoft made the process as convoluted as they did. Here's what you need to do.
- Open the project.
- Select Build > Configuration Manager
- In the new window that comes up, pull down Active Solution Platform and select
- In the new window, select x64 as the new platform (it is probably already filled in)
- Click OK, then Close.
Let me know if this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That was it exactly! You just made me look like a genius. Thank you!
Mary
Mary
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