RE: backslash about MySQL++/Microsoft Visual C++ 6.0 (2)

2002-05-02 Thread Richard Morton
'); - 'WwWwWw.mysql.com' to change '\' to '/' Rich -Original Message- From: Joerg Geistmann [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 02, 2002 1:59 PM To: Mysql-De; MySQL Win32; MySQL Plusplus Cc: Lazy Fox Subject: RE: backslash about MySQL++/Microsoft Visual C++ 6.0 (2) hello again

mysql++ for Visual C++

2001-05-11 Thread Gilfether, Ryan
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'

RE: mysql++ for Visual C++

2001-05-11 Thread Gilfether, Ryan
I think I have narrowed the problem down to being the SOCKET is not defined in mysql.h: #ifndef my_socket_defined #ifdef __WIN__ #define my_socket SOCKET #else typedef int my_socket; #endif In my application, i am include mysql++ just as I saw done in an example that came with the code at