- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Intel fortran 7.0 i always get an open error 178 when i try to open a read only file. Does intel have some new parameter you gotta put on the open?
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Do you have action='READ' set in your OPEN statement? This was new 15 years ago.
Message Edited by tcprince on 07-24-2004 06:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've got whatever the default is. I don't have a manual and the online help (in .NET) isn't alot of help.
Greg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The manual is available through the Intel Fortran Compiler program group (Start..Programs..Intel Software Development Tools..etc.)
If you don't have ACTION='READ', the default is 'READWRITE' and you can't open readonly files. This is not specific to Intel Fortran.
If you don't have ACTION='READ', the default is 'READWRITE' and you can't open readonly files. This is not specific to Intel Fortran.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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