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?
fortran with VC ++ COM wrapper
For more complete information about compiler optimizations, see our Optimization Notice.


