- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am wrapping fotran programs around MS VC++ ATL COM object and I am having problems with write statements.
For example:
integer nfiles
character*100 ConvData
write(ConvData,11)nfiles
11 format(a90)
This gets an access violation code with numeric data. I changed compiler setting to debug multi-threaded dll. This helps move in non-numeric, but numbers still give me a problem.
Any suggestions?
For example:
integer nfiles
character*100 ConvData
write(ConvData,11)nfiles
11 format(a90)
This gets an access violation code with numeric data. I changed compiler setting to debug multi-threaded dll. This helps move in non-numeric, but numbers still give me a problem.
Any suggestions?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I assume that ConvData is an argument? My guess is that it's not being passed correctly.
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