Topic: pop-up console window
Dear Jeff,
I have returned to Fortran programming after quite a long hiatus and to my great pleasure
I find that both Modern Fortran and Simply Fortran are rapidly moving forward.
From now, I will definitely use AppGraphics for designing GUI interfaces for my applications.
In that connection, let me ask about the following problem.
After, for example
call execute_command_line (".\bin\png2bmp -Q -A -R .\png\data2d.png", exitstat=istat),
the command prompt window pops-up for a moment and then disappears.
Is it possible to avoid such flashing of command console screen?
The main program is, of course, compiled with "Windows GUI (No console)" option.
Regards,
Carlos