Re: mysql++1.7.1 & vc++6 compile errors

2006-03-13 Thread Warren Young
Keith Lee wrote: there is one link error LINK : warning LNK4098: defaultlib "LIBC" conflicts with use of other libs; use /NODEFAULTLIB:library In the settings if i do as it says above, i get over 200 errors!! so i revert back. Visual C++ is very picky about the way programs are built when li

mysql++1.7.1 & vc++6 compile errors

2006-03-13 Thread Keith Lee
thanks for the reply Jason, i have now added mysql++.lib to the linker and also copyied the libmysql.dll to the system folder. the program complies now with a few performance warnings but no errors. there is one link error LINK : warning LNK4098: defaultlib "LIBC" conflicts with use of other lib

RE: mysql++1.7.1 & vc++6 compile errors

2006-03-13 Thread Jason Teagle
> the example program compiles and runs. when i go to make my own > project i use the wizard and create a basic dialog MFC app. at > the top of the main cpp file i add #include and then in > the program call Connection con("login","localhost","root","abc"); > > in the mysql++ download there is man

mysql++1.7.1 & vc++6 compile errors

2006-03-13 Thread Keith Lee
Hi I am using visual studio C++ 6, with SDK, my mysql database is 4.1.18, i downloaded mysql++ 1.7.1 as this is the compatiable version for vc++6. the example program compiles and runs. when i go to make my own project i use the wizard and create a basic dialog MFC app. at the top of the main