Re: Linker Error

2004-11-01 Thread Gleb Paharenko
Hi. You may upgrade to the latest release and try again. What compiler do you use? >I'm using 4.0.20a on Windows 98. > >My program compiler successfully but gives a linker error: > >C:\SC\BIN\..\lib\mysqlclient.lib(default) Offset 955A0H Record Type 00C3 >

Linker Error

2004-10-31 Thread premal mishra
I'm using 4.0.20a on Windows 98. My program compiler successfully but gives a linker error: C:\SC\BIN\..\lib\mysqlclient.lib(default) Offset 955A0H Record Type 00C3 Error 16: Index Range --- errorlevel 1 --- errorlevel 1   Regards Premal.

Linker error

2003-10-23 Thread Santino
Hello, I developed a small C client on RH Linux 7 with MySql 3.xx. In the past I upgraded to RH 9 and MySql 4.0.12 and the program doesn'l link. It give a linker error: undefined reference to `__gxx_personality_v0' in every mysql_* function i call. How can I solve this problem