- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When I try to execute my program, I am gettin this runtime error...
"forrtl: severe(38): error during write, unit -1, CONOUT$
Image PC Routine Line Source
DFORRT 02DB6C49 Unknown Unknown Unknown
.
Incrementally linked image--PC correlation dissabled."
I narrowed the error down to this write statement...
Is there something worng with that line, or did I forget to do something before that?
"forrtl: severe(38): error during write, unit -1, CONOUT$
Image PC Routine Line Source
DFORRT 02DB6C49 Unknown Unknown Unknown
.
Incrementally linked image--PC correlation dissabled."
I narrowed the error down to this write statement...
WRITE (*,30000) M(IM), NAME, MP, A
Is there something worng with that line, or did I forget to do something before that?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That's not an internal WRITE, it's a list-directed WRITE to the default output device (console). What is your application type - is it a Console or QuickWin application? If not, there is no console to write to and the write will fail.
What do you want this to do?
Steve
What do you want this to do?
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