- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm trying to confirm the scope of filesfromcmd. I have an application that links in two libraries, all in different projects. In the application and one of the library projects, filesfromcmd is set. In the second library project, it isn't. I would have thought that for routines in the application and lib #1, command line args would be used for missing filenames, and for routines in lib #2, they wouldn't. But it looks like when I run the resulting executable, routines in lib #1 don't automatically use cmd line args for filenames, as if the setting in lib #2 has somehow overridden the setting in lib #1. Is this possible?
Thanks,
Steve
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm seeing this happen in a read where the file has not been explicitly opened, e.g.,
Read( 15, IOSTAT=IST ) AnArray
where 15 has not been explicitly associated with a file through an OPEN statement.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page