I'm using MYSQL library, and libmysql.lib /.dll. My program cannot be working without the libmysql.dll When I'm trying to run my project without the dll I'm getting that error message. What I'm basically want to do is to put that dll in my .exe file. build the .exe file with that dll and make the program read it from himself. I mean, give the program to people with that dll inside. It is possible ?
I tried this section: embed DLL in MFC C++ EXE? But the program still asking for the dll .. (But I do see that the size of the .exe has been changed) so that dll has been added. But the program still asking for the libmysql.dll .. All the point is to use it inside the .exe file.. thanks.