I started to get the error: "Microsoft C ++ runtime error library". And I got a lot of trouble trying to fix this error.
I was using Qt Creator with mingw32 in debug mode , but I realized that this mode depends on many compiler DLLs.
I know there is a release mode for building the program, my question is, what is the difference between the two modes?
release is more advantageous than debug by MingW?