Topic: appgraphics problem
After some time i try compile example progresbarr. Now get error message:
Compiling .\progress.f90
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.\progress.f90:30:8:
30 | use appgraphics
| 1
Fatal Error: Cannot open module file 'appgraphics.mod' for reading at (1): No such file or directory
compilation terminated.
Error: Last command making (build\progress.o) returned a bad status
Error: Make execution terminated
I am using
Simply Fortran 3.5 Build 3083, on Windows 10, 32b
I could find needed file in :
C:\Program Files\Simply Fortran 3\mingw-w64\lib\gcc\x86_64-w64-mingw32\9.1.0\finclude
but for some reason, compiler didn't.
Thank you for help.
pma