c++ - MinGW compiles the program and creates the .exe, but Eclipse doesn't run it -


i have installed mingw , ran eclipse, must have gone wrong somewhere.

i have done process on other machines , eclipse i've been able compile , run program.
however, on own machine (figures...!) mingw create .exe when select "build" within eclipse, won't run.

to run programs i've had go project folder, copy relevant .dlls in there, , running manually...
needless pain , i'm learning c++ still, have lot of projects , .dlls copied everywhere starting take lot of space.

have missed anything?
there way fix this?

i have tried uninstalling , re-downloading both mingw , eclipse, no luck. appreciated!


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -