6
I started having the error: "Microsoft C++ Runtime error library". And I got many problems trying to fix this error.
I was using Qt Creator with mingw32 in mode debug, but I realized that this mode depends on many compiler Dlls.
I know there’s a way release for the construction of the program, my doubt is, what is the difference of the two modes?
Use the release is more advantageous than the debug by Mingw?
Thank you for clearing my doubt!
– Yuri Pires