Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

add .obj files

Status
Not open for further replies.

laabidimhe

Computer
Joined
Mar 2, 2009
Messages
5
Hello,
Can you please help me with this problem in the Fortran developper Studio (Microsoft Visual Studio 97, fortran5). I have a code with 90 subroutines each one in separated file, how to add a .obj to my project?
 
Isn't the usual approach to compile and link?

TTFN

FAQ731-376
 
Can't quite remember but I think they are added from one of the menu options. It is quite different from VS6.
 
On the menu bar click on Insert/Files into project...
This will bring up a dialog where you select files

To remove a file from a project, click on the file in the project, then select menu option Edit/delete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top