Click here to Skip to main content
15,897,891 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Heap Error Pin
James R. Twine13-Mar-07 2:50
James R. Twine13-Mar-07 2:50 
GeneralRe: Heap Error Pin
baerten13-Mar-07 3:09
baerten13-Mar-07 3:09 
GeneralRe: Heap Error Pin
James R. Twine13-Mar-07 3:16
James R. Twine13-Mar-07 3:16 
GeneralRe: Heap Error Pin
baerten13-Mar-07 4:00
baerten13-Mar-07 4:00 
QuestionRe: Heap Error Pin
prasad_som13-Mar-07 4:08
prasad_som13-Mar-07 4:08 
AnswerRe: Heap Error Pin
baerten13-Mar-07 4:42
baerten13-Mar-07 4:42 
GeneralRe: Heap Error Pin
James R. Twine13-Mar-07 5:03
James R. Twine13-Mar-07 5:03 
AnswerRe: Heap Error Pin
baerten13-Mar-07 23:35
baerten13-Mar-07 23:35 
I found the error:

Frame A is a Search Window whoch opens the Frame B, a Detail-Window.

If i search a customer and hit enter-key the customer will be opened into a new Tab of
Frame B ( B will be created if not already exists ) and A minimizes

If i close all Tabs from B, B minimizes and A appears(restore)

So i need a pointer from A to B and B to A.

At the destructor of B i test of A is still present, if yes, his pointer to B will be NULL, because
B is beeing destroyed and A does no more have a relation to B.

The test, if A is still present, was not good enough, i called the Frame A, then his View ( which was already deleted ) and modified his pointer to B ( to NULL )

In that way i get the "modified after freed"

James R. Twine,prasad_som : Thanks nevertheless Smile | :)
QuestionAbout System Pin
Tran Ngoc Minh13-Mar-07 2:34
Tran Ngoc Minh13-Mar-07 2:34 
AnswerRe: About System Pin
Hamid_RT13-Mar-07 3:05
Hamid_RT13-Mar-07 3:05 
GeneralVisual Studio 2005 Installation Errors - How to FIx them [modified] Pin
NiceNaidu13-Mar-07 2:16
NiceNaidu13-Mar-07 2:16 
QuestionImages in ListControl Pin
gan_esh13-Mar-07 2:04
gan_esh13-Mar-07 2:04 
AnswerRe: Images in ListControl Pin
Hamid_RT13-Mar-07 2:19
Hamid_RT13-Mar-07 2:19 
Questionwhich of the following to look at? Pin
ShaluMalu13-Mar-07 1:54
ShaluMalu13-Mar-07 1:54 
AnswerRe: which of the following to look at? Pin
James R. Twine13-Mar-07 2:00
James R. Twine13-Mar-07 2:00 
QuestionHow I can add elements in multiple columns in a OWNER Drawn List box? Pin
Sameer_Thakur13-Mar-07 1:49
Sameer_Thakur13-Mar-07 1:49 
QuestionRe: How I can add elements in multiple columns in a OWNER Drawn List box? Pin
Hamid_RT13-Mar-07 2:12
Hamid_RT13-Mar-07 2:12 
AnswerRe: How I can add elements in multiple columns in a OWNER Drawn List box? Pin
Sameer_Thakur13-Mar-07 3:23
Sameer_Thakur13-Mar-07 3:23 
GeneralRe: How I can add elements in multiple columns in a OWNER Drawn List box? Pin
Hamid_RT13-Mar-07 3:34
Hamid_RT13-Mar-07 3:34 
GeneralRe: How I can add elements in multiple columns in a OWNER Drawn List box? Pin
Sameer_Thakur13-Mar-07 3:51
Sameer_Thakur13-Mar-07 3:51 
GeneralRe: How I can add elements in multiple columns in a OWNER Drawn List box? Pin
Hamid_RT13-Mar-07 3:57
Hamid_RT13-Mar-07 3:57 
QuestionRe: How I can add elements in multiple columns in a OWNER Drawn List box? Pin
Hamid_RT13-Mar-07 18:22
Hamid_RT13-Mar-07 18:22 
GeneralRe: How I can add elements in multiple columns in a OWNER Drawn List box? Pin
Sameer_Thakur14-Mar-07 2:06
Sameer_Thakur14-Mar-07 2:06 
GeneralRe: How I can add elements in multiple columns in a OWNER Drawn List box? Pin
Hamid_RT14-Mar-07 3:18
Hamid_RT14-Mar-07 3:18 
QuestionI don't have the CTime for this! Pin
rw10413-Mar-07 1:33
rw10413-Mar-07 1:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.