I am getting Runtime error (Severe<157> : Program Exception – access violation) in Fortran Console application using FORTRAN static library. I have tired commenting out Write statements but it gives error to next Write statement .
I have Parallel Studio XE2013 and Visual Studio 2010 installed on my laptop.
When I had all source files ( from which static library .lib file was created ) compiled within same project it runs fine without any issues.
Is there anything special I need to define/declare in console application file (console.f90)?
Anything special need to do in console file using static library?
Thank You