There seems to be a major problem with the .NET functionality on Windows 8 OS. All our FTN .NET applications built on Win7 cause an exception on Windows 8. Furthermore, building of .NET applications or application extensions on Windows 8 doesn't work. I've tried all of the FTN95 standard .NET examples (Mandelbrot, Threads, MessageBox...), none of them worked. Even the most simple code:
Program Test Write (,) 'Hello World' Pause End Program
causes following error messages:
------ Erstellen gestartet: Projekt: FTN_Test_w32, Konfiguration: Debug .NET ------ Building project FTN_Test_w32... Updating References... Compiling file: FreeFormat1.f95 Linking... Unhandled Exception: System.TypeInitializationException: The type initializer for 'Salford.Linker' threw an exception. ---> System.TypeInitializationException: The type initializer for 'Salford.Fortran.RTLibrary' threw an exception. ---> System.TypeInitializationException: The type initializer for 'Salford.Fortran.RTLibrary1' threw an exception. ---> System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. at Salford.Fortran.RTLibrary1..cctor() --- End of inner exception stack trace --- at Salford.Fortran.RTLibrary1.__init_c_io() at Salford.Fortran.RTLibrary.InitLibrary() at Salford.Fortran.RTLibrary..cctor() --- End of inner exception stack trace --- at Salford.Fortran.RTLibrary.InitLibrary() at Salford.Linker..cctor() --- End of inner exception stack trace --- at Salford.Linker.Main(String[] args) Build log saved at: 'file://c:\users\periskic\documents\visual studio 2010\Projects\FTN_Test_w32\Debug\NET\buildlog.txt' FTN_Test_w32 build failed. ========== Build: 0 erfolgreich oder aktuell, Fehler bei 1, 0 übersprungen ==========
The test were performed on Windows 8 Release Preview x86 with Visual Studio 2010 and FTN95 Versions 6.2 and 6.3. Building Win32 Applications seems to be working without problems.
Please advise how to cotinue, the problem has high urgency due to very soon Windows 8 release!