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 TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

MSFortran Powerstation proffesional edition 4.0

Status
Not open for further replies.

dvulin

Petroleum
Joined
Mar 19, 2003
Messages
4
Location
HR
Hi, I'm new into Fortran because my mentor gave me an assigment to make his old UNIX Fortran codes useful and working as DLLs which we could invoke from MSExcel.
I had a knowledge of ASP, Borland Pascal and VBA, and some basics for Fortran I learned without trouble. I wrote a simple subroutine, compiled it as DLL and then called it from VBA macro in Excel. So the thing can work.
But that UNIX code he gave me is messy code, and I don't know how to compile it.
To simplify question, I have main program in one file, and subroutine in the other file. No USE, INCLUDE statements. So how to compile a program to use that subroutine?
As I said, I have MSFortran Powerstation proffesional edition 4.0 installed on my Win2000 OS.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top