Yes, I am having to use the 64 bit compiler.
Will this be a problem whenever gFortran changes versions ?
Will the next CLEARWIN64.EXE, then, include the updated MODs and the 'new' bit testing/setting routines etc ?
editted 16:02 :-
In the meantime I have attempted to create a Simply Fortran project using the Clrwin.f95 source from the download. [ thereafter I was going to create an individual MOD for each of the other source files ]. This generated loads of errors that went something like :
Open Watcom Make Version 1.9 (Built on Feb 4 2013)
Portions Copyright (c) 1988-2002 Sybase, Inc. All Rights Reserved.
Source code is available under the Sybase Open Watcom Public License.
See http://www.openwatcom.org/ for details.
'C:\\Program Files (x86)\\Simply Fortran\\mingw-w64\\bin\\gfortran.exe' -c -o 'build\\clrwin.o' -g -fdollar-ok -fno-range-check -fno-align-commons -fno-underscoring -Jmodules '..\\..\\Program Files (x86)\\Silverfrost - 6.3.1 - beta gFortran\\FTN95\\source64\\clrwin.f95'
'C:\\Program Files (x86)\\Simply Fortran\\mingw-w64\\bin\\gfortran.exe' -o 'ClearwinMod.dll' -shared 'build\\clrwin.o' -LC:/PROGRA~2/SIMPLY~1/MINGW-~1/lib/ -mrtd -static
build\\clrwin.o: In function `__clrwin$_MOD_get_files$':
C:\\SimplyFortran\\ClearwinMod/../../Program Files (x86)/Silverfrost - 6.3.1 - beta gFortran/FTN95/source64/clrwin.f95:3795: undefined reference to `__close_get_next'
C:\\SimplyFortran\\ClearwinMod/../../Program Files (x86)/Silverfrost - 6.3.1 - beta gFortran/FTN95/source64/clrwin.f95:3801: undefined reference to `__close_get_next'
C:\\SimplyFortran\\ClearwinMod/../../Program Files (x86)/Silverfrost - 6.3.1 - beta gFortran/FTN95/source64/clrwin.f95:3802: undefined reference to `__get_errno'
If I had to create my own modules from your source what other data files would I need to include with the Clrwin.f95 ?
Thanks