Tagged Questions
3
votes
8answers
1k views
About MySQL++, GPL and LGPL
MySQL++ is licensed though LGPL, that means that I could release an executable dynamically linked against it without worrying about the source code not being GPL.
But, MySQL++ DOES link against ...
1
vote
0answers
37 views
Is There any way connect to MySql with c++ LGPL client from windows?
It seems that the only way to connect to MySql is from c++ is always involved GPL
or the C++ connector or MySql++ relying on The C Api GPL lib.
What i can do if i have closed source and want to ...