Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> memory leaks with OO4O92045 Using VC6.0

memory leaks with OO4O92045 Using VC6.0

From: ypnpe <ypnpe_at_163.net>
Date: 10 Sep 2003 00:59:10 -0700
Message-ID: <ea740689.0309092359.1633c20d@posting.google.com>


Dear Everyone:

   I'm using OO4O 92045, the newest OO4O version to link our database in VC6.0. But if Whenever I open the database(Whether it success or not) I will get a memory leak about 1368*2+4 or 1368*3+4 bites, Do anyone have the same problem? I test the codes with a simple dialog based MFC project.

This is my simple test code:

        OStartup(); 
	ODatabase odb;
	if(odb.IsOpen())
	   odb.Close();
	odb.Open("databaseName", "user", "pass");
	odb.Close();
	OShutdown();


If I delete the odb.Close(), it will unhandle. Can anyone help? Received on Wed Sep 10 2003 - 02:59:10 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US