Re: Static library for MySQL C API

2004-11-19 Thread Gleb Paharenko
Hello, Karam. As said in documentation libmysql.lib is only a wrapper for libmysql.dll, so it doesn't have any useful code. It loads libmysql.dll and therefore libmysql.lib is very light. About mysqlclient.lib I can say that static libraries are usually larger then dynamic. Karam Chand

Re: Static library for MySQL C API

2004-11-18 Thread Karam Chand
Thanks. We haev to compile it with mysqlclient.lib I just the binary distribution of MySQL 4.1.7 for Windows. The size of mysqlclient.lib is 1.5MB whereas libmysql.dll is 1.04MB and libmysql.lib is around 33K. Why is the difference in size? Regards, Karam --- Gleb Paharenko <[EMAIL PROTECTED]>

Re: Static library for MySQL C API

2004-11-18 Thread Gleb Paharenko
Hello. See: http://dev.mysql.com/doc/mysql/en/Windows_client_compiling.html Karam Chand <[EMAIL PROTECTED]> wrote: > Hello, > > Is it possible to get static library for MySQL C API() > instead of libmysql.dll? > > Regards, > Karam > > > > __