Quote Originally Posted by jhp View Post
Hi All
Is there a way to embed or include the DLL (or it's useful components) into my program at compilation time so I only have one file to distribute?
It's called static linking. In my opinion, this is the preferable route if you're not going to do a proper installer. If you put the dll in the executable directory, you can run into problems running side by side with another program that does the same thing.

I think the static version of libmysql is called mysqlclient.