- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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...
.... est.for
Linking...
Build log written to file://D: estIntel9TestApp1DebugBuildLog.txt
TestApp1 build succeeded.
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.
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
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

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