| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Warren Young | Date: | April 13 2006 11:43am |
| Subject: | Re: Linker error: unresolved external symbol (2.1.1) | ||
| View as plain text | |||
Roi wrote:
> connection.obj : error LNK2019: unresolved external symbol _mysql_shutdown@4
@4 implies that it's compiled to expect the old mysql_shutdown()
signature, but not finding it in the library. Is there any chance you
have mixed library and header files, with the headers coming from
earlier than v4.1.3 and the library coming from that version or later?
| Thread | ||
|---|---|---|
| • Linker error: unresolved external symbol (2.1.1) | Roi | 12 Apr |
| • Re: Linker error: unresolved external symbol (2.1.1) | Warren Young | 13 Apr |
| • Re: Linker error: unresolved external symbol (2.1.1) | Roi | 13 Apr |
