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