Click here to Skip to main content
15,907,392 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Windows Vista Pin
David Crow13-Mar-07 2:45
David Crow13-Mar-07 2:45 
GeneralRe: Windows Vista Pin
San246813-Mar-07 2:57
San246813-Mar-07 2:57 
QuestionRe: Windows Vista Pin
David Crow13-Mar-07 3:05
David Crow13-Mar-07 3:05 
GeneralRe: Windows Vista Pin
Maximilien13-Mar-07 3:19
Maximilien13-Mar-07 3:19 
AnswerRe: Windows Vista Pin
Maximilien13-Mar-07 3:03
Maximilien13-Mar-07 3:03 
AnswerRe: Windows Vista Pin
toxcct13-Mar-07 3:16
toxcct13-Mar-07 3:16 
QuestionHeap Error Pin
baerten13-Mar-07 2:37
baerten13-Mar-07 2:37 
AnswerRe: Heap Error Pin
James R. Twine13-Mar-07 2:50
James R. Twine13-Mar-07 2:50 
   If you are seeing a heap error with a CString, you need to make sure you are not using the CString incorrectly, like by passing it, or any pointers returned by it, to any functions that may write into it.  Storing any pointers returned by a CString object

   You could also have some memory "near" the CString memory that is being overrun/underrun and is damaging it memory.  What is the exact error you are getting?  Are you sure it is freed memory being used again?

   Peace!

-=- James
Please rate this message - let me know if I helped or not!<HR>If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles

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 
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 

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.