Quantcast
Channel: Intel® Software - Intel® Visual Fortran Compiler for Windows*
Viewing all articles
Browse latest Browse all 5691

Write to same stdout as application from DLL/SO. Fortran 90 standard.

$
0
0

Please bear with me as my knowledge of programming is not very good.

My application written in Fortran via a C function calls and loads up a DLL/SO. Currently the source for the DLL/SO can be C or Fortran. When I write to stdout from the DLL/SO it does not write to the same stdout as my application. Going through the forums I understood that these possible solutions can be used.

1) Use the same run time libraries for both my application and the DLL/SO.

2) Use PROCEDURES with POINTERS (not supported in Fortran90)

Is there any other possible way for this to work?

Thanks for you help. Appreciate any suggestions/comments.


Viewing all articles
Browse latest Browse all 5691


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>