- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I haven't touched fortran in quite awhile. Anyway, I'm doing some porting, moving an application from VAX Fortran to Compac Fortran. The original was written in 1982. For some reason, I can't do a '/list' on an file 'include'. Is there a header file or some statement I'm not including? I looked in a book and haven't had good results.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm not sure if you are asking to have an include file present in a listing, or if you are receiving compile errors due to having syntax such as:
include 'data.for/list'
If the former, you need to compile with the switch /show:include
If the latter, use the /vms switch to allow that syntax.
James
include 'data.for/list'
If the former, you need to compile with the switch /show:include
If the latter, use the /vms switch to allow that syntax.
James

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