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

Rebuild Solution doesn't generate an EXE

ferrad
New User
460 Views
I'm a bit confused - this is my secind time building an applicationwithIntel v9.0 under .NET 2003 environment. The first was a hello world single file which compiles and links just fine with:
------ Build started: Project: TestApp1, Configuration: Debug Win32 ------
Compiling with Intel Fortran 9.0...
.... est.for
Linking...
Build log written to file://D: estIntel9TestApp1DebugBuildLog.txt
TestApp1 build succeeded.
---------------------- Done ----------------------
Build: 1 succeeded, 0 failed, 0 skipped
However my next attempt fails to build the EXE or any of the OBJ's. It is an old DSW file I am opening. I get a message asking me if I want to convert the project into the current Visual C++ format, which I said Yes to. I then do a Rebuild Solution, and get:
------ Rebuild All started: Project: nonlin, Configuration: Debug Win32 ------
Deleting intermediate files and output files for project 'nonlin', configuration 'Debug|Win32'.
nonlin - up-to-date.
---------------------- Done ----------------------
Rebuild All: 1 succeeded, 0 failed, 0 skipped
However it lies: there is no nonlin.exe or indeed any OBJ's at all- I deleted those manually.
So how do I get this project to compile / link?
Adrian
0 Kudos
2 Replies
ferrad
New User
460 Views
Some further info: the two projects have different tabs underProject Properties: apart from those in common, the first has as extras Fortran, Resources, MIDL, while the second has Browse Information and Web Deployment. So it appears that it doesn't think that the second project is a Fortran project for some reason. Should it not have got this information from the DSW file? How do I tell it it's a Fortran project?
Adrian
0 Kudos
ferrad
New User
460 Views
Sorry I missed the "Extract Compaq Visual Fortran Project Items" item in the Project tab. On re-reading the White Paper, I see this this was mentioned.
Adrian
0 Kudos
Reply