- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It seems to me a graceful shutdown would at least be expected.
Instead it gets in some kind of loop, and crashes with a stack overflow when I begin execution. It does not matter if the file exists or not.
================================================
program main
open(3,file='aquarius_2.mid',access='direct',form='unformatted')
end
Instead it gets in some kind of loop, and crashes with a stack overflow when I begin execution. It does not matter if the file exists or not.
================================================
program main
open(3,file='aquarius_2.mid',access='direct',form='unformatted')
end
Link Copied
5 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I notice you said you're using 6.0. How about updating to at least 6.1 and see what it does? I can't reproduce the problem with 6.1. Also, you're supposed to have a RECL= specification in there...
Steve
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ok, I saw the obvious need for an upgrade, so I'll try it again when I install that, and report back.
Regarding your comment about the RECL= specifier, shouldn't we at expect an error message that points to the problem?
Regarding your comment about the RECL= specifier, shouldn't we at expect an error message that points to the problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Well, when I run it, I get a run-time error about "inconsistent record length", but yes, I think the compiler should insist on RECL being specified. We'll look into that.
Steve
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I put in a RECL=256 field, but still got the same thing.
I should have the 6.5 upgrade put in early next week, so we'll see if that cures it.
I mentioned this before, but I get two sets of parent directories because I didn't have STUDIO 6.0 . Doesn't that make it kind of difficult to have mixed languages in a project (assuming I should want that at some point) ?
If I migrate the C++ modules over to the new parent directory, they would be looking for the old DevStudio would they not?
I should have the 6.5 upgrade put in early next week, so we'll see if that cures it.
I mentioned this before, but I get two sets of parent directories because I didn't have STUDIO 6.0 . Doesn't that make it kind of difficult to have mixed languages in a project (assuming I should want that at some point) ?
If I migrate the C++ modules over to the new parent directory, they would be looking for the old DevStudio would they not?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Visual Fortram 6.x integrates with Visual C++ 6.0 only - not 5.0. If you want to do mixed-language development, you'd need to install VC++ 6.0, which will use the same directory tree that Visual Fortran uses. DO NOT move any files from the DevStudio (MSVC 5) folders to the new folders create by VF6 - or you'll likely break things.
Steve
Steve

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