I have a Fortran project that is compiled into a dll to be accessed from C#. It compiles fine in debug mode, but I get the error 'Internal Linker Error' when compiling it in release.
I have reverted my source to the last time the program compiled for release. With that version, I get the error 'Salford Common Language Runtime Linker has encountered a problem and needs to close.' every time I compile in Release mode. My application log gives the following error:
Faulting application dbk_link2.exe, version 2.0.3710.37114, stamp 4b898274, faulting module ntdll.dll, version 5.1.2600.6055, stamp 4d00f27d, debug? 0, fault address 0x0001240b.
I really don't know what to do. Any suggestions?