Re: how include library correctly in a visual c++ 6 project

2001-11-15 Thread Syed Ali Dost Ali Dost
Hi Thomas In VC++, go to project file, right clik there, select setting then choose C/C++ then preprocessor. Here type the path c:/mysql/include at include path options. Also you have to add mysqlclient.lib for linker. To do so you should go to Linker tab and explicitly type the file in lib

lcc-win32 couldn't compile..........

2001-11-12 Thread Syed Ali Dost Ali Dost
Hi I'm new mySQL user (on Windows). I tried to compile run the example C code myTest.c using lcc-win32 IDE but it throws errors. Although I put proper header path at setting...I think there is some problem with linker. I also included the libmysql.lib file but in vain.. When