I am trying FTN95 personal edition v7.20 with the following sample code !FTN95 application... PROGRAM main INTEGER k PRINT*, 'Type an integer value then press ENTER' READ*, k PRINT*, 'Your value is ', k END PROGRAM main
I can build .net (checkmate, debug and release) and release X64 (after download gfortran) but not any win32 application.
The build output:
Compilation completed with no errors. Linking... *** Unknown object type: C:\Windows\system32\glut32.dll
Any thing I missed?
Thanks
Haifang Li