Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Fortran problem:Incrementally linked image

Status
Not open for further replies.

blunt80fi

Electrical
Jun 23, 2004
6
0
0
FI
Hello everyone!

I'm programming a pretty large program with Fortran, and I have encountered the following problem:

When I compile the program, everything seems to be ok. Even the 'program's name'.exe starts and the program starts running. But after a while there comes this error message

forrtl: severe (64): input conversion error, unit 2, file D:\FORTRAN2\testi
Image PC Routine Line Source
LAPIL.exe 00425979 Unknown Unknown Unknown
LAPIL.exe 00425773 Unknown Unknown Unknown
LAPIL.exe 00424904 Unknown Unknown Unknown
LAPIL.exe 00424B7E Unknown Unknown Unknown
LAPIL.exe 004221DA Unknown Unknown Unknown
LAPIL.exe 004215BC Unknown Unknown Unknown
LAPIL.exe 00403081 Unknown Unknown Unknown
LAPIL.exe 00404445 Unknown Unknown Unknown
LAPIL.exe 00401622 Unknown Unknown Unknown
LAPIL.exe 0044FF79 Unknown Unknown Unknown
LAPIL.exe 00443D84 Unknown Unknown Unknown
KERNEL32.dll 77F1BB7B Unknown Unknown Unknown

Incrementally linked image--PC correlation disabled.
Press any key to continue

I don't have so much experience with Fortran, so I really don't know what to do with this problem, because everything seems to be ok, and still it gives me this.. I would really appreciate all the help you can give me to be able to solve this problem.

Thank you.
 
Replies continue below

Recommended for you

Status
Not open for further replies.
Back
Top