All these symbols exists in link libraries, but without "_imp_" prefix (added later by linker I suppose)
The compiler and linker are both involved in creating the "_imp_" prefix. But, I think of it mainly being the compiler; the dllexport and dllimport keywords are used in this.
Which version of wxWidgets are you using?
What steps did you follow to compile it?Which wxPack file did you download?
I also need to know which version of MinGW is being used?
You can normally get this by running this command for MinGW GCC before version 4.0
The MinGW GCC 4.x versions requires a different command, sometimes.
Tim S