- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I got a compiling problem under MS Visual Studio Envirnment. I have some source files(say, A.f90, B.f90, C.f90...) and need to compile them. I put them in the same project. Before A.f90 is compiled, C.f90 should be done first. I don't know how to setup the compiling order in MSVS IDE. It always compiles A.f90 first and occurs error message that it cannot find the module (in C.f90). Is there anyone could help me?
Dennis
Dennis
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Which compiler (and version) are you using? Is this the Visual Studio 6 (98) environment and not Visual Studio.NET?
Steve
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The IDE is VS.NET 2002. I re-create a new project and compile them. It works fine.

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