Re: mysqlclient.lib and missing references

2004-01-30 Thread Leif Johnston
0023 Stack trace: Frame Function Args 0022FCC8 10006C12 (0022FCD8, 6105E8AB, , ) End of stack trace - Original Message - From: "Fabrice Marchal" <[EMAIL PROTECTED]> To: "Leif Johnston" <[EMAIL PROTECTED]> Sent: Friday, January 30, 200

Re: mysqlclient.lib

2003-09-28 Thread Director General: NEFACOMP
September 28, 2003 17:49 Subject: mysqlclient.lib > Dear Friends > > Where i can get the source for mysql 4.0.14 > I´ve like to contribute with an mysqlclient.lib compiled with Borland C++ > compilers as existe an version of this lib for 3.23.36 > > Regards and thanks in

mysqlclient.lib

2003-09-28 Thread Luiz Rafael Culik Guimaraes
Dear Friends Where i can get the source for mysql 4.0.14 I´ve like to contribute with an mysqlclient.lib compiled with Borland C++ compilers as existe an version of this lib for 3.23.36 Regards and thanks in advance Luiz --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus

Can't link to the mysqlclient.lib

2002-09-28 Thread Gastón Escobar
I am trying to link with the mysqlclient.lib to prove the myTest program which comes with MySQL (with VC++ and Windows 2000) and I keep getting errors like these myTest.obj : error LNK2001: unresolved external symbol _mysql_list_tables@8 Thanks for your help Ahora podés usar Yahoo

RE: mysqlclient.lib compiling problem

2001-12-14 Thread Devore, Jacob
All is well now. Thank you for you help Miquel. jake -Original Message- From: Miguel Angel Solórzano [mailto:[EMAIL PROTECTED]] Sent: Friday, December 14, 2001 5:51 PM To: Devore, Jacob; '[EMAIL PROTECTED]' Subject: Re: mysqlclient.lib compiling problem At 16:52 14/12/

Re: mysqlclient.lib compiling problem

2001-12-14 Thread Miguel Angel Solórzano
At 16:52 14/12/2001 -0800, Devore, Jacob wrote: Hi, You need to specify the header in your code and the wsock32.lib in the link libraries. Regards, Miguel >I am trying to link with the static lib mysqlclient.lib and keep getting >errors like this > >mysqlclient.lib(libmysql.

Re: mysqlclient.lib compiling problem

2001-12-14 Thread Colin Faber
M > To: Devore, Jacob > Cc: '[EMAIL PROTECTED]' > Subject: Re: mysqlclient.lib compiling problem > > I've run into the same problem with mysql++'s msvc++ port mysql++.lib. > > "Devore, Jacob" wrote: > > > > I am trying to link with the st

RE: mysqlclient.lib compiling problem

2001-12-14 Thread Devore, Jacob
How did you fix it, just use the dll? Thanks, jake -Original Message- From: Colin Faber [mailto:[EMAIL PROTECTED]] Sent: Friday, December 14, 2001 5:07 PM To: Devore, Jacob Cc: '[EMAIL PROTECTED]' Subject: Re: mysqlclient.lib compiling problem I've run into the sa

Re: mysqlclient.lib compiling problem

2001-12-14 Thread Colin Faber
I've run into the same problem with mysql++'s msvc++ port mysql++.lib. "Devore, Jacob" wrote: > > I am trying to link with the static lib mysqlclient.lib and keep getting > errors like this > > mysqlclient.lib(libmysql.obj) : error LNK2001: unresolved e

mysqlclient.lib compiling problem

2001-12-14 Thread Devore, Jacob
I am trying to link with the static lib mysqlclient.lib and keep getting errors like this mysqlclient.lib(libmysql.obj) : error LNK2001: unresolved external symbol _WSAGetLastError@0 I have the mysql version 3.23.45, running win2k, compiling on vc6. Thanks, jake

Missing symbols in mysqlclient.lib in Win32

2001-05-20 Thread Jochen Wiedmann
Hi, while trying to link the DBD::mysql driver on a Win32 machine I receive the following error message claiming about missing symbols __pctype and ___mb_cur_max in mysqlclient.lib. As you can see from the output below, I am linking against all ".lib" files in the MySQL distribution.