logo       

Re: Visual Studio unable to locate mysqlpp.dll: msg#00025

db.mysql.c++

Subject: Re: Visual Studio unable to locate mysqlpp.dll

Gary Anderson wrote:
I can get around it by setting the working directory to the
directory where mysqlpp.dll exists, but I don't really like this as a long-term solution. Does anyone have an alternate fix?

Put the DLL in the same directory as the executable. (The "Debug" or "Release" subdirectory of the project directory, if you haven't modified the project's default configuration.) Windows looks in the EXE's folder first for DLLs, before checking the PATH.

--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe:
http://lists.mysql.com/plusplus?unsub=gcdmc-plusplus@xxxxxxxxxxx




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise