Anyone know where I can get a complete listing of all the MingW compiler errors and their meanings?
I'm probably wrong, but Dev-C++ uses MingW for its error code generation right? Or are those errors generated at the bottom of v.4.9.6.5 some homebrew list?
Thanks in advance!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anyone know where I can get a complete listing of all the MingW compiler errors and their meanings?
I'm probably wrong, but Dev-C++ uses MingW for its error code generation right? Or are those errors generated at the bottom of v.4.9.6.5 some homebrew list?
Thanks in advance!
Note that MingW uses gcc as its compiler, so gcc is probably where you need to look.
Wayne