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 f

BCC32 problem.................

2001-11-14 Thread Syed Ali Dost
Hi I'm using Borland BCC32 & ILINK32 command line tools for windows to compile & link the C source code which contains calls for mySQL C APIs. I've downloaded the borland libraries. The problem I'm having is unable to refer to mysqlclient.lib file from BCC32. The problem is bit confus

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.. Whe

C IDE for Windows...........?

2001-11-11 Thread Syed Ali Dost
Hi... I'm new to MySQL. I can play it by ODBC connectivity using JDBC-ODBC bridge. But I want to write code in C using MySQL native C-APIs. One reason for me to switch to MySQL is its C-APIs. I've been using Borland Turbo C/C++ 3.0 for a long time on DOS/Windows OS. When I try to include MySQ