Click here to Skip to main content
15,901,284 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Problem assigning string to CString object Pin
Kiran Pinjala31-Jul-06 0:57
Kiran Pinjala31-Jul-06 0:57 
AnswerRe: Problem assigning string to CString object Pin
Hamid_RT31-Jul-06 1:05
Hamid_RT31-Jul-06 1:05 
GeneralRe: Problem assigning string to CString object Pin
Kiran Pinjala31-Jul-06 1:47
Kiran Pinjala31-Jul-06 1:47 
AnswerRe: Problem assigning string to CString object Pin
toxcct31-Jul-06 1:48
toxcct31-Jul-06 1:48 
GeneralRe: Problem assigning string to CString object Pin
Kiran Pinjala31-Jul-06 2:11
Kiran Pinjala31-Jul-06 2:11 
GeneralRe: Problem assigning string to CString object Pin
toxcct31-Jul-06 2:14
toxcct31-Jul-06 2:14 
GeneralRe: Problem assigning string to CString object Pin
Kiran Pinjala31-Jul-06 2:19
Kiran Pinjala31-Jul-06 2:19 
GeneralRe: Problem assigning string to CString object Pin
toxcct31-Jul-06 2:25
toxcct31-Jul-06 2:25 
then, where you wrote
pUser->strName.Insert(0,name); -----******* HERE WHERE IT IS CRASHED


what happens with the following code if you dirrecly affect strName ?? :

ASSERT(pUser != NULL);
pUser->strName = _T("hello");




TOXCCT >>> GEII power

[VisualCalc 3.0  updated ][Flags Beginner's Guide  new! ]

GeneralRe: Problem assigning string to CString object Pin
Kiran Pinjala31-Jul-06 2:43
Kiran Pinjala31-Jul-06 2:43 
GeneralRe: Problem assigning string to CString object Pin
toxcct31-Jul-06 2:46
toxcct31-Jul-06 2:46 
GeneralRe: Problem assigning string to CString object Pin
Kiran Pinjala31-Jul-06 2:48
Kiran Pinjala31-Jul-06 2:48 
AnswerRe: Problem assigning string to CString object Pin
Zac Howland31-Jul-06 4:12
Zac Howland31-Jul-06 4:12 
QuestionRe: Problem assigning string to CString object Pin
David Crow31-Jul-06 5:03
David Crow31-Jul-06 5:03 
AnswerRe: Problem assigning string to CString object Pin
jpyp31-Jul-06 7:56
jpyp31-Jul-06 7:56 
AnswerRe: Problem assigning string to CString object Pin
Christopher Stratmann31-Jul-06 8:08
Christopher Stratmann31-Jul-06 8:08 
QuestionICQ Pin
Daniel Kanev30-Jul-06 23:29
Daniel Kanev30-Jul-06 23:29 
Questioncontrols visible or not at runtime Pin
Desmo1630-Jul-06 22:50
Desmo1630-Jul-06 22:50 
QuestionRe: controls visible or not at runtime Pin
see me30-Jul-06 23:00
see me30-Jul-06 23:00 
AnswerRe: controls visible or not at runtime Pin
toxcct30-Jul-06 23:01
toxcct30-Jul-06 23:01 
GeneralRe: controls visible or not at runtime Pin
see me30-Jul-06 23:11
see me30-Jul-06 23:11 
GeneralRe: controls visible or not at runtime Pin
toxcct30-Jul-06 23:13
toxcct30-Jul-06 23:13 
GeneralRe: controls visible or not at runtime Pin
see me30-Jul-06 23:23
see me30-Jul-06 23:23 
GeneralRe: controls visible or not at runtime Pin
toxcct30-Jul-06 23:24
toxcct30-Jul-06 23:24 
AnswerRe: controls visible or not at runtime Pin
_AnsHUMAN_ 30-Jul-06 23:04
_AnsHUMAN_ 30-Jul-06 23:04 
AnswerRe: controls visible or not at runtime Pin
Hamid_RT31-Jul-06 1:00
Hamid_RT31-Jul-06 1:00 

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.