Tagged Questions

3
votes
1answer
208 views

mysql++ problem with linking

I have problem, I use mysql++ 3.1.0: after building mysql++.sln in debug and release mode for vc2008, and using instal.hta then adding dirrectoires in vc++ directories to lib and include folders, and ...
1
vote
1answer
450 views

Compiler warnings with MySQL++ with release configuration

For some reason I get some warnings about "non dll-interface class" when building with a release configuration, but not debug. I've compared the release and debug configurations, and my ones with the ...