sorry you all, but I am new to Visual C++, I am trying to get some code
compiled using MySQL++ 1.7.1 for MS Visual C++ 6.0 but I keep getting an
error:

d:\docs\devel\epiware\mysql++\mysql\include\mysql_com.h(115) : error C2146:
syntax error : missing ';' before identifier 'fd'
d:\docs\devel\epiware\mysql++\mysql\include\mysql_com.h(115) : error C2501:
'SOCKET' : missing storage-class or type specifiers
d:\docs\devel\epiware\mysql++\mysql\include\mysql_com.h(115) : error C2501:
'fd' : missing storage-class or type specifiers
d:\docs\devel\epiware\mysql++\include\type_info1.hh(159) : warning C4800:
'unsigned int' : forcing value to bool 'true' or 'false' (performance
warning)
....

There are more errors, but I am assuming they are being caused by the first
few ... anyone have any clue as to why this is happening, here is the 
contents of mysql_com.h:

  my_socket fd; // line 115, I assume my_socket is not being defined...

Thanks....

Ryan Gilfether
Programmer
Praxis, Inc.
www.pxi.com
(703)837-8400 x5412

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to