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

C / C++ / MFC

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

At the beginning i saw that it was an error with the CString ( it happens after the CString Destruktor )
But now, with the "new" error at the CObject-Destruktor of the Frame with the focus, i don't have an error at a CString. The two only CString's are destructed correctly.

if i have a

char temp[50];
and a CString str = "lalalala";

how can i put the data of str into temp;
since now i made it via strcpy(temp,str.GetBuffer());
Apart of an overflow if temp is too small i can't see a problem in this case, or ?

Thanks Smile | :)
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 
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 

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.