Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

VMS Libraries and Compaq Visual Fortran

Status
Not open for further replies.

MinerManiac

Computer
Nov 27, 2002
1
US
I am working on a project that is about to begin a migration from a VAX/VMS environment to a WIN2K environment. The software on the VAXes is written in Fortran. In order to perform the migration we decided to test four different Fortran compilers, one of which is Visual Fortran. We are still in the evaluation phase, but are convinced that Visual Fortran will end up being the best solution for us.

The Fortran code that we need to port over to the Windows machines calls a number of VMS library functions. We use VMS System Services, as found in the Macro Library STARLET, and Run Time Library (RTL) routines from LIB$ (e.g. LIB$WAIT) and STR$ (e.g.STR$TRIM) extensively. Does anyone know of any package that allows for these calls so that we do not have to rewrite the code any more than necessary? Any help that you can provide us will be greatly appreciated.

Sincerely,
Mark Hatch
 
Replies continue below

Recommended for you

Dear Mark:

I saw your post only today.
You are right, COMPAQ VISUAL FORTRAN is your only choice.
I do not know exactly waht type of Fortran you will be migrating, but I am sure you will have all compatibility in newer Fortran. But the SYNTAX might be different.
Furthermore, if your Fortran is in FORTRAN4.0, or FORTRAN77, then some of the syntax are no more valid in Fortran90.

Best thing to do is to open a Project (that's the way to do in Visual Fortran Environment), and add your Fortran file as FIXED FORMAT, rather than FREE format. Although I like the free format a lot, but importing old routine may create some problem.

You can send me mail directly if you have any further questions..

Thanks,

Jay
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Top