Hello!
I use devcpp and when I try to compile any cpp project, the compiler fails.
I don't know how to fix it.
Thanks
This is a discussion on Compiler error within the C++ Programming forums, part of the General Programming Boards category; Hello! I use devcpp and when I try to compile any cpp project, the compiler fails. I don't know how ...
Hello!
I use devcpp and when I try to compile any cpp project, the compiler fails.
I don't know how to fix it.
Thanks
According to Google, this happens when you try to install MinGW on top of itself (two different versions, or in different places). The fix is to not do that. We've even had it here.
Many thanks. I removed MinGW and now works.