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