ok, i just tried to create a new project that was just a console
application, and everything seems to work there, it is only when I am trying
to build an MFC dialog application that I am getting the linker errors ...
the problem is below:
// this is fine
Connection con("mysql_cpp_data");
// th
Kristian Lukander writes:
> Hi!
>
> I'm having problems compiling the example programs provided with the
> MySQL++ API package on MS Visual C++ 6.0. The compiler reports errors on
> longlongs. Does anybody know hot to get around this? What files should be
> included in the project?
>
> Thanks
Hi!
I'm having problems compiling the example programs provided with the
MySQL++ API package on MS Visual C++ 6.0. The compiler reports errors on
longlongs. Does anybody know hot to get around this? What files should be
included in the project?
Thanks in advance on any info,
Kristian