mysql++ memory leak

mysql++ memory leak

am 13.02.2006 11:06:16 von xcppcoder

Hello

I compiled mysql++ with Visual Studio 2003, the problem is I got i
memory leak when i debug the application, the leak occurs even when i
only use the mysqlpp::Connection class.
Note I linked mysqlpp with mysql 5.0

Thanks

Re: mysql++ memory leak

am 21.06.2006 00:54:27 von Jim Langston

wrote in message
news:1139825176.078563.59970@g14g2000cwa.googlegroups.com...
> Hello
>
> I compiled mysql++ with Visual Studio 2003, the problem is I got i
> memory leak when i debug the application, the leak occurs even when i
> only use the mysqlpp::Connection class.
> Note I linked mysqlpp with mysql 5.0
>
> Thanks

I had this same problem. My solution was to run the custom.pl (a perl
script) with the -v flag that somehow makes it compatable for 2003. Then
recompiled. Before I did that I was crashing all over the place.