dbTalk Databases Forums  

Trouble finding mysqlpp.dll under VS 2005

mailing.database.mysql-plusplus mailing.database.mysql-plusplus


Discuss Trouble finding mysqlpp.dll under VS 2005 in the mailing.database.mysql-plusplus forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Gary Anderson
 
Posts: n/a

Default Trouble finding mysqlpp.dll under VS 2005 - 08-16-2006 , 06:29 PM






--------------050600050402050601000906
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

I've installed MySQL++ 2.1.1. Following the directions in readme.vs, I
think I have the library properly configured. Both debug and release
versions build fine. I created a new project and tried to build
sample1. The application builds fine, but on execution I get the error
"This application has failed to start because mysqlpp.dll was not
found. Re-installing the application may fix this problem. As far as I
can tell, the Additional Library Directories values are properly set for
both mysql++ and mysql. Can someone provide additional guidance?


--------------050600050402050601000906
Content-Type: text/plain; charset=us-ascii


--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...ie.nctu.edu.tw
--------------050600050402050601000906--

Reply With Quote
  #2  
Old   
Matt Dargavel
 
Posts: n/a

Default RE: Trouble finding mysqlpp.dll under VS 2005 - 08-17-2006 , 04:29 AM







You also need the dll in the environment path in order to run the
application.

If you're running the app from within VS you should be able to set this in
the project settings. Project->Properties and then the Configuration
Properties->Debugging section. Set the 'Environment' bit to be
PATH=%PATH%;<directory to dll> . You probably want to set 'Merge
Environment' to yes as well.


-----Original Message-----
From: Gary Anderson [mailto:ganderson (AT) bslw (DOT) com]
Sent: 17 August 2006 00:29
To: plusplus (AT) lists (DOT) mysql.com
Subject: Trouble finding mysqlpp.dll under VS 2005

I've installed MySQL++ 2.1.1. Following the directions in readme.vs, I
think I have the library properly configured. Both debug and release
versions build fine. I created a new project and tried to build sample1.
The application builds fine, but on execution I get the error "This
application has failed to start because mysqlpp.dll was not found.
Re-installing the application may fix this problem. As far as I can tell,
the Additional Library Directories values are properly set for both mysql++
and mysql. Can someone provide additional guidance?



--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...ie.nctu.edu.tw


Reply With Quote
  #3  
Old   
Warren Young
 
Posts: n/a

Default Re: Trouble finding mysqlpp.dll under VS 2005 - 08-17-2006 , 04:47 AM



Matt Dargavel wrote:
Quote:
If you're running the app from within VS you should be able to set this in
the project settings.
Or, you can simply copy the DLL to the same directory as the EXE file.

--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...ie.nctu.edu.tw



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.