I am using VC++ 6 on Win2K.
What is the exact process I need to go through to set this up to use it?
I compiled the original project in the root directory.  I then setup one of my 
programs to include the <mysql.h> as the example had.  I also have the lib file 
included to link in the project settings.  But when I compile I get several errors... 

c:\my documents\my c++\mysqlapi\mysql\include\mysql_com.h(114) : error C2146: syntax 
error : missing ';' before identifier 'fd'
c:\my documents\my c++\mysqlapi\mysql\include\mysql_com.h(114) : error C2501: 'SOCKET' 
: missing storage-class or type specifiers
c:\my documents\my c++\mysqlapi\mysql\include\mysql_com.h(114) : error C2501: 'fd' : 
missing storage-class or type specifiers

What do I need to do?
Adam
[EMAIL PROTECTED]

Reply via email to