cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
How to use MySQL without the dll “libm
How to use MySQL without the dll “libmysql.dll”
Dec 5, 2014 at 4:46pm UTC
myName
(6)
I created a software in C ++ and using MySQL, after the end I hoped to use it without the needed of "dll", I've seen many people creating and it was not necessary to use the dll, I hope someone helps.
I'm using Visual Studio 2012
Dec 5, 2014 at 5:17pm UTC
modoran
(2077)
Compile and use MySQL client library statically.
Dec 5, 2014 at 5:27pm UTC
myName
(6)
Can you help me? because in the forum of mysql it's old.
Dec 5, 2014 at 6:05pm UTC
modoran
(2077)
MySQL library is open source, compile it yourself.
Dec 5, 2014 at 11:01pm UTC
myName
(6)
Do you know how to compile using Dev C++?
Can you give me the package of mysql?
Topic archived. No new replies allowed.