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