Click here to Skip to main content
15,892,746 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
AnswerRe: InterlockedIncrement usage Pin
Cool_Dev10-Dec-10 3:35
Cool_Dev10-Dec-10 3:35 
AnswerRe: InterlockedIncrement usage Pin
Anand Todkar14-Dec-10 22:06
Anand Todkar14-Dec-10 22:06 
QuestionTab key in WTL ProperySheetPage sounds bell? Pin
ddoutel9-Dec-10 7:37
ddoutel9-Dec-10 7:37 
AnswerRe: Tab key in WTL ProperySheetPage sounds bell? Pin
mbue9-Dec-10 14:49
mbue9-Dec-10 14:49 
GeneralRe: Tab key in WTL ProperySheetPage sounds bell? Pin
ddoutel9-Dec-10 15:28
ddoutel9-Dec-10 15:28 
AnswerRe: Tab key in WTL ProperySheetPage sounds bell? [modified] Pin
Alain Rist9-Dec-10 22:54
Alain Rist9-Dec-10 22:54 
Questioncrash related to CString acces violating Pin
MrKBA8-Dec-10 3:43
MrKBA8-Dec-10 3:43 
AnswerRe: crash related to CString acces violating Pin
Alain Rist8-Dec-10 4:40
Alain Rist8-Dec-10 4:40 
Hi,

Looks like a problem with your ReallocArray().

ATL::CString and MFC CString are simply typedef ATL::CStringT<TCHAR> CString; so at first your code may be crashing because of a wrong TCHAR type.

Anyhow you should always use the CString copy operator and not try to manipulate internal data structures as you do.

cheers,
AR
When the wise (person) points at the moon the fool looks at the finger (Chinese proverb)

GeneralRe: crash related to CString acces violating Pin
MrKBA8-Dec-10 4:50
MrKBA8-Dec-10 4:50 
AnswerRe: crash related to CString acces violating Pin
Alain Rist8-Dec-10 5:12
Alain Rist8-Dec-10 5:12 
AnswerRe: crash related to CString acces violating Pin
mbue9-Dec-10 14:07
mbue9-Dec-10 14:07 
QuestionProgramme to add given no of days to the current date to give the resulted date Pin
cmaheshwari167-Dec-10 17:49
cmaheshwari167-Dec-10 17:49 
AnswerRe: Programme to add given no of days to the current date to give the resulted date Pin
Richard MacCutchan7-Dec-10 22:23
mveRichard MacCutchan7-Dec-10 22:23 
GeneralRe: Programme to add given no of days to the current date to give the resulted date Pin
cmaheshwari167-Dec-10 23:46
cmaheshwari167-Dec-10 23:46 
GeneralRe: Programme to add given no of days to the current date to give the resulted date Pin
Richard MacCutchan8-Dec-10 2:53
mveRichard MacCutchan8-Dec-10 2:53 
GeneralRe: Programme to add given no of days to the current date to give the resulted date Pin
cmaheshwari169-Dec-10 18:07
cmaheshwari169-Dec-10 18:07 
GeneralRe: Programme to add given no of days to the current date to give the resulted date Pin
Richard MacCutchan9-Dec-10 22:35
mveRichard MacCutchan9-Dec-10 22:35 
GeneralRe: Programme to add given no of days to the current date to give the resulted date Pin
cmaheshwari1610-Dec-10 1:10
cmaheshwari1610-Dec-10 1:10 
GeneralRe: Programme to add given no of days to the current date to give the resulted date Pin
Richard MacCutchan10-Dec-10 2:44
mveRichard MacCutchan10-Dec-10 2:44 
QuestionHow to read the all Guids defined in abcd_i.c file from pdb Pin
glitteringsound6-Dec-10 23:09
glitteringsound6-Dec-10 23:09 
Questioni have a question about for_each Pin
lxlenovostar3-Dec-10 6:24
lxlenovostar3-Dec-10 6:24 
AnswerRe: i have a question about for_each Pin
Alain Rist3-Dec-10 23:30
Alain Rist3-Dec-10 23:30 
AnswerRe: i have a question about for_each Pin
xtofl6-Dec-10 4:18
xtofl6-Dec-10 4:18 
QuestionLinear Algebra with C++ Pin
VeganFanatic30-Nov-10 13:25
VeganFanatic30-Nov-10 13:25 
AnswerRe: Linear Algebra with C++ Pin
jean Davy15-Dec-10 11:06
jean Davy15-Dec-10 11:06 

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.