Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
Important Update: Community Platform Migration​. Learn more​>

It does not compile

jmloriot
Beginner
1,671 Views

I loaded Fortran XE Proupdate 3. Then I rebuild my solution as usual under Win32, it went through fine and I could execute the programs as usual.

Then I tried to switch to x64 by going through Tools Options Intel Visual Fortran Compilers and I changed the platform from Win32 to x64. When I rebuild the solution, the compiler replied right away succeeded, but in fact it did not do anything.

Since then, I have not been able to rebuild the solution, I tried to use Win32, to reload a back up copy of my solution, to delete the intermediate files, to delete the executable files, nothing worked.

When I build any of the projects or the entire solution the answer is up-to-date and when I re-build them the answer is deleting intermediate files and succeeded, but nothing is done !

I dont know if it has to see with update 3, with x64, or anything else., but I need to work and I am stuck. Any idea ?

0 Kudos
3 Replies
Steven_L_Intel1
Employee
1,671 Views
In Visual Studio, select Tools > Options >Intel Visual Fortran > General. Look at the two "Source:" fields under "Fortran File Extensions". If they are blank, click the Reset button under each one. For Free Format, Source should show ".f90" and for Fixed Format, ".f,.for,.fpp". If the fields were blank, and are now filled in, this may correct the problem. Close Visual Studio and restart it to test.
0 Kudos
jmloriot
Beginner
1,671 Views

It did correct the problem.
Many thanksfor your quick and helpfull answer, as well as for maintaining the forum which do help me a lot.

0 Kudos
Steven_L_Intel1
Employee
1,671 Views
You are welcome.
0 Kudos
Reply