After compiling using DEV-C++ it pops up and runs out of a DOS window. I have the Compile->Options->Make set to mingw32-make.exe. Can someone please help me with setting a parameter to get the program to run as a Windows program.
When attempting to execute the program from explorer I get:
menu.exe - Unable To Locate Component THis application has failed to start because mingwm10.dll was not found. Re-installing the application may fix this problem.
This problem does not occur using the command line mingw32-make -f makefile.g95 FINAL=1. It generates a windows executable and runs fine from inside explorer or from the Run prompt.
Thanks
2. Re: Doing Compile & Run - Ends up executing out of DOS Window
I think I figured out the problem. Since I was compiling a program and not a project it didn't have a makefile to go by. See next problem with that after I tried to clean it up.