Re: compiler problem with C++ API

2001-04-16 Thread Sinisa Milivojevic
[EMAIL PROTECTED] writes: > Hello, > > When using Visual C++ or Delorie DJGPP (under windows 2000) compilers and compiling >the following example: > > #include > #include > #include > #include > #include > > int main() > { > Connection con("stw"); > return 0; > } > > > > I

compiler problem with C++ API

2001-04-15 Thread mysqlweenie
Hello, When using Visual C++ or Delorie DJGPP (under windows 2000) compilers and compiling the following example: #include #include #include #include #include int main() { Connection con("stw"); return 0; } I always get the following errors related to the mysql_com.h he