Quote:
|
Originally Posted by Ryan M.
I still can't get a normal C++ project to build. ("Exec error: launching failed") If anyone doesn't have the problem, solves the problem, or even just has an idea of what the problem is... could you tell? 
|
I just realized that when you try to create a new C++ project (either standard or managed make) the default make command is make. You have to change it to mingw32-make. If you don't want to have to change this every time you create a new project, you can add a new system variable called make and make it equal to mingw32-make.
This problem will happen whether you have used the installer from Ryan M. or not.