![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| MySQL DevZone RSS MySQL Developer Zone RSS |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Compilation error : Please help | jagan_kalluri | High Level Programming | 1 | 05-20-2008 04:48 PM |
| c++ compilation error | mannam srinivas | Linux | 12 | 04-17-2008 03:03 AM |
| compilation error | smanu | High Level Programming | 2 | 12-29-2006 10:11 AM |
| Regarding compilation error. | sweta | High Level Programming | 1 | 12-10-2006 11:30 AM |
| compilation error in gcc | ls1429 | High Level Programming | 9 | 06-21-2006 11:02 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
MySQL 5.1.34 mysqlclient.lib gives error on compilation?
when I use "mysqlclient.lib" (mysql 5.1.34) on windows in my code and trying to compile the code it gives error as:
mysqlclient.lib(trees.obj) : error LNK2001: unresolved external symbol ___security_cookie mysqlclient.lib(inftrees.obj) : error LNK2001: unresolved external symbol ___security_cookie mysqlclient.lib(aes.obj) : error LNK2001: unresolved external symbol ___security_cookie mysqlclient.lib(random.obj) : error LNK2001: unresolved external symbol ___security_cookie mysqlclient.lib(asn.obj) : error LNK2001: unresolved external symbol ___security_cookie mysqlclient.lib(md2.obj) : error LNK2001: unresolved external symbol ___security_cookie mysqlclient.lib(ctype-tis620.obj) : error LNK2001: unresolved external symbol ___security_cookie mysqlclient.lib(integer.obj) : error LNK2001: unresolved external symbol ___security_cookie mysqlclient.lib(misc.obj) : error LNK2001: unresolved external symbol ___security_cookie mysqlclient.lib(des.obj) : error LNK2001: unresolved external symbol ___security_cookie mysqlclient.lib(mf_loadpath.obj) : error LNK2001: unresolved external symbol ___security_cookie mysqlclient.lib(xml.obj) : error LNK2001: unresolved external symbol ___security_cookie mysqlclient.lib(ctype-ucs2.obj) : error LNK2001: unresolved external symbol ___security_cookie mysqlclient.lib(mf_qsort.obj) : error LNK2001: unresolved external symbol ___security_cookie mysqlclient.lib(yassl_imp.obj) : error LNK2001: unresolved external symbol ___security_cookie when I include "libmysql.lib" it is compile successfully. But for linking I need to have MySQL 5.1.34 version installed on machine to remote access of MySQL server or need to copy 'libmysql.dll". I don't want to use libmysql.lib as I don't have to install or copy "dll". So Is there any way to use "mysqlclient.lib" successfully. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|