14 messages in com.mysql.lists.plusplusRE: Problems with Visual C++
FromSent OnAttachments
Michael Nye23 Mar 2007 09:53 
Warren Young23 Mar 2007 11:38 
Michael Nye23 Mar 2007 17:41 
gary clark24 Mar 2007 06:08 
Michael Nye25 Mar 2007 01:15 
Jim Wallace25 Mar 2007 06:52 
Michael Nye25 Mar 2007 18:00 
Jim Wallace25 Mar 2007 18:27 
Michael Nye25 Mar 2007 21:23 
Michael Nye28 Mar 2007 00:39 
Andre Sodermans28 Mar 2007 21:14 
Warren Young29 Mar 2007 04:59 
Matt Dargavel29 Mar 2007 05:09 
Warren Young29 Mar 2007 08:11 
Subject:RE: Problems with Visual C++
From:Matt Dargavel (ma@shout-telecoms.com)
Date:03/29/2007 05:09:05 AM
List:com.mysql.lists.plusplus

Another option is to set the Debug settings so the startup directory is one that contains mysqlpp.dll. This is the path I'm choosing for the wforms example I'm in the process of creating (see svn), since the relative path to the library is known.

A third option is to use the Environment setting under Debugging to set the PATH variable to include the path to the dll.