| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Warren Young | Date: | February 26 2009 10:19pm |
| Subject: | Re: building a project with dev-cpp | ||
| View as plain text | |||
On Feb 26, 2009, at 2:35 PM, søren pedersen wrote: > the linker errors i get is: > [Linker error] undefined reference to > `_imp___ZN7mysqlpp10ConnectionC1EPKcS2_S2_S2_j' C++ compilers deliberately do not create link-compatible libraries. (See Stroustrup's book on the design of the C++ language for the rationale.) You have to build MySQL++ with MinGW to link it to a program built with MinGW.
| Thread | ||
|---|---|---|
| • building a project with dev-cpp | søren pedersen | 26 Feb |
| • Re: building a project with dev-cpp | Warren Young | 26 Feb |
