I changed the output for debug mode from mysqlpp.dll and .lib to
mysqlppd.dll and .lib. I compile and it completes. I purposely don't have
the library's available to the .exe to see the error, and it's complaining
it can't find mysqlpp.dll, not mysqlppd.dll. Why would that be?
The additional dependancies for the program I am testing (custom1) are:
mysqlppd.lib libmysql.lib
Is there anything else I need to change? I can't find anything else.
On 7/5/06, Warren Young <mysqlpp@stripped> wrote:
>
> Jim Langston wrote:
> >
> > Can anyone see any reason NOT to rename the libs and dlls, with d
> > succeeding the file name for debug mode?
>
> Only one of convenience. The whole debug vs. release thing is handled
> within Bakefile, so it'll require some explicit workarounds to make that
> happen. I suspect it's possible, but I won't know for sure until I try
> it....or until I get a patch. :)
>
> It's on the Wishlist for v2.2 now.
>
> --
> MySQL++ Mailing List
> For list archives: http://lists.mysql.com/plusplus
> To unsubscribe:
> http://lists.mysql.com/plusplus?unsub=1
>
>