Hello,
I have ported my FORTRAN application from CVF to Visual Studio 2010 10.0.40219.1 and Intel Visual Fortran 2013 SP1.3.202
Now any time that I for instance click a radio button in a dialog box the application terminates with a program exception - access violation. When I debug the exception occurs at the return statement of the subroutine that updates the dialog (defined in DLGSETSUB).
Can anyone enlighten me please, what is going wrong? The aplication worked fine before porting.
Byrge