- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello all,
I am putting together a windows service written in c# (VS.NET 2003) that calls some functions written in a fortran dll (IVF 8.1). I am able to attach the MS debugger to the service process and trace into the fortran code successfully, but it hangs when I hit the READ statement:
OPEN (FILE=TRIM(FILENAME), UNIT=IDEV, SHARED, STATUS='OLD')
READ(IDEV,'(A)') TEXTSTR
The OPEN happens ok and the file exists.
Any ideas? (Anybody else writing services in fortran? LOL)
Matt
I am putting together a windows service written in c# (VS.NET 2003) that calls some functions written in a fortran dll (IVF 8.1). I am able to attach the MS debugger to the service process and trace into the fortran code successfully, but it hangs when I hit the READ statement:
OPEN (FILE=TRIM(FILENAME), UNIT=IDEV, SHARED, STATUS='OLD')
READ(IDEV,'(A)') TEXTSTR
The OPEN happens ok and the file exists.
Any ideas? (Anybody else writing services in fortran? LOL)
Matt
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ok,
Never mind..... My own stupidity. Its amazing what you can see with a good nights sleep.
Matt
Never mind..... My own stupidity. Its amazing what you can see with a good nights sleep.
Matt

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