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