Tagged Questions

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