- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm compiling a fortran console app that seems to be 64 bit (built on a win7-64 system) as it will not run when I copy it to an XP-32 system. Where in VS2012 do I tell IVF whether I want a 32 or 64 bit executable? I feel like a dummy because I cannot find it. Maybe I can't see the forest through the trees.
Thanks,
Brian in Austin, Texas
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You're looking for the "Configuration Platform". In the top row of the VS toolbar (not the menu bar), you'll see "Debug" (or "Release") and then "Win32" or "x64". This latter is the platform. By default, VS creates only a Win32 (32-bit) configuration. If you want to create a 64-bit configuration, click on the platform pulldown and select Configuration Manager... (or BUILD > Configuration Manager...). Under Active Solution Platform select <New...>. x64 will probably be chosen by default but if not, select it. Then click OK, Close. Now you can use the platform pulldown to switch back and forth. Just remember that, by default, project property changes you make are for the shown configuration only.
Note that even if you are on a 64-bit system, the default is to build 32-bit applications.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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