Main Page | Report this Page
Computers Forum Index  »  Computer - Databases - Berkeley  »  The new,delete operation error of BDB C++ object
Page 1 of 1    

The new,delete operation error of BDB C++ object

Author Message
sky
Posted: Wed Feb 20, 2008 2:53 am
Guest
My environment is:
OS: Windows XP,VC6(sp4),db-4.5.20

The sample code is
{
Db *pDb=new Db(NULL,0);
delete pDb; //Here will catch one heap error.
}

I don't konw I use it in wrong way or I need compile file with
special macro definition.
 
 
Page 1 of 1    
All times are GMT
The time now is Wed Nov 25, 2009 1:48 am