Some time ago I went to a c++ class and one of the things they covered was finding memory leaks. For the life of me, I cannot remember how to do it. What is the best method of finding memory leak...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10015584.html
Dear Answers2000,
I have used the method suggested by you to resize each component in the dialog before.
void CMyFormView::OnSize(UINT nType, int cx, int cy)
{
CFormView::OnSize(nType, cx, cy...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10119748.htm...
Zones:
Windows MFCDate Answered: 01/21/1999 Grade: B Views: 0
Ok, here's the deal. I'm using MSVC 6.0 b/c i'm trying to figure out how to use CTreeCtrl to make an explorer type window for the application i'm working on. So i download an example from MSDN ca...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10169488.html
Zones:
C++Date Answered: 06/09/1999 Grade: B Views: 0
I'm trying to use static splitter in my programm but when I run it I get an ASSERT failure and the program exits.
My OnCreateClient function :
BOOL CMainFrame::OnCreateClient( LPCREATESTRUCT lpcs,...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10199682.htm...
Zones:
Windows MFCDate Answered: 08/29/1999 Grade: A Views: 0
While exiting my application (exit(0)) I get this Assertion Failure. (I think) I closed all recordsets and the database. Could the problem have another origin than not closing the recordsets / data...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10232724.html
Zones:
C++Date Answered: 11/15/1999 Grade: A Views: 0
I have an application which starts with CWinApp that creates a property sheet object and the property sheet object adds two of my dialogs as property pages.
Every time I run the application I ge...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10237569.htm...
Zones:
Windows MFCDate Answered: 12/28/1999 Grade: C Views: 0
Hi everybody,
Does anybody know how to call a function (for example Request in MyDialog), from my global thread.
I'm now using this, but I get assertion failures:
UINT ThreadProc(LPVOID pPar...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_11870338.htm...
Zones:
Windows MFCDate Answered: 11/17/2000 Grade: A Views: 0
I keep getting assertion failures what are they and how do i stiop this happening
thamks
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20106514.html
Zones:
C++Date Answered: 04/20/2001 Grade: A Views: 4
I am having a big problem. I want to create a class that will connect to another program and be able to reconnect if the connection is lost. I figured I would use a timer to handle the reconnecti...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20126467.htm...
Zones:
Windows MFCDate Answered: 05/30/2001 Grade: B Views: 0
When I run initjvm.sql on Oracle 8.1.7 under windows2000
there is some errors like:
create or replace java system;
*
ORA-29516: Aurora assertion failure: Assertion failure at eox.c:217 ...
http://www.experts-exchange.com/Database/Oracle/3rd_Party_Tools/Q_20175223.html