Advertisement

1 - 10 of 267 containing alltags:("assertion") (0.001 seconds)
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...
Zones: C++, Microsoft Visual C++Date Answered: 06/26/1997 Grade: C Views: 0
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...
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...
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,...
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...
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...
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...
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
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...
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 ...
Zones: Oracle 3rd Party ToolsDate Answered: 06/05/2002 Grade: A Views: 4