Hi, I am trying to use mysql 4.1.0 C client (libmysql.lib) and I am getting
link errors.
I checked the libmysql.lib and it doesn't seems to have these symbols.


Linking...
SimpleInsertSelect.obj : error LNK2001: unresolved external symbol
[EMAIL PROTECTED]
SimpleInsertSelect.obj : error LNK2001: unresolved external symbol
[EMAIL PROTECTED]
SimpleInsertSelect.obj : error LNK2001: unresolved external symbol
[EMAIL PROTECTED]
SimpleInsertSelect.obj : error LNK2001: unresolved external symbol
[EMAIL PROTECTED]
SimpleInsertSelect.obj : error LNK2001: unresolved external symbol
[EMAIL PROTECTED]
Debug/SimpleTest.exe : fatal error LNK1120: 5 unresolved externals
Error executing link.exe.


This is from a pre-built version that I downloaded from mysql.com
Do I need to get the sources and recompile the library with some setting?
I tried using the provided MSVC project file and got this error:
ctype-latin1_de.c
fatal error C1083: Cannot open source file:
'D:\WorkDownloads\MySQL\mysql-4.1.0-alpha-src\mysql-4.1.0-alpha\strings\ctyp
e-latin1_de.c': No such file or directory
ctype-mb.c

Do I need to do some steps before compiling this?


I will appreciate help on this.
- AMit


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to