RE: mysql++ visual C++

2001-05-11 Thread Gilfether, Ryan
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); //

Re: MySQL Visual C++ API problems

2001-04-25 Thread Kristian Lukander
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,

Re: MySQL Visual C++ API problems

2001-04-25 Thread Sinisa Milivojevic
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 in