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

Re: appgraphics problem

There appears to be a bug in packaging where the apprgraphics and related modules were not deployed to the 32-bit directories properly.  We'll have a look at it, and there should be a new build out in the next few days.

If you're actually on 32-bit Windows 10, which seems rare these days, you can copy that file to your project directory, and everything should compile correctly.

Jeff Armstrong
Approximatrix, LLC

Re: appgraphics problem

Thanks

Re: appgraphics problem

Build 3088 for Windows should fix this issue.  The problem was the result of our moving to a pure Windows build system (previously the compiling and deployment was handled on a UNIX box).  Version 3.4 almost certainly had this issue as well.

Thank you for the report!

Jeff Armstrong
Approximatrix, LLC