Click here to Skip to main content
15,899,754 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CHtmlView for FireFox and other browsers Pin
BadJerry11-May-12 3:56
BadJerry11-May-12 3:56 
GeneralRe: CHtmlView for FireFox and other browsers Pin
BadJerry11-May-12 4:44
BadJerry11-May-12 4:44 
GeneralRe: CHtmlView for FireFox and other browsers Pin
BadJerry11-May-12 4:57
BadJerry11-May-12 4:57 
QuestionHow to solve this Exception? Pin
pix_programmer10-May-12 23:51
pix_programmer10-May-12 23:51 
AnswerRe: How to solve this Exception? Pin
enhzflep11-May-12 0:25
enhzflep11-May-12 0:25 
AnswerRe: How to solve this Exception? Pin
TinyDevices11-May-12 1:40
professionalTinyDevices11-May-12 1:40 
GeneralRe: How to solve this Exception? Pin
Albert Holguin11-May-12 4:03
professionalAlbert Holguin11-May-12 4:03 
QuestionUnhandled Exception errror in CStringData GetData() Pin
Anu_Bala10-May-12 18:56
Anu_Bala10-May-12 18:56 
In my function, Im assignning one Global CString to varaible declared in header file.But it shows unhandled exception error.
My code

CString sReceiceStr = _T("");   //Global variable

   void CChatServerDlg::AddMsg( userinfo *udata, CString sIP)
   {

   sReceiceStr.Format("%s : %s  : %s : %s : %s",udata->cSessionID ,udata->cTraineeName, udata->cPassword, udata->cClientServerMsg, udata->cInsName);


   sTempassign = sReceiceStr;   //sTempassign is declared in Headerfile of this dlg class


It shows error in the above line. It shows error in CStringData GetData() function



Kindly help me.
Anu

AnswerRe: Unhandled Exception errror in CStringData GetData() Pin
«_Superman_»10-May-12 19:19
professional«_Superman_»10-May-12 19:19 
GeneralRe: Unhandled Exception errror in CStringData GetData() Pin
Anu_Bala10-May-12 19:34
Anu_Bala10-May-12 19:34 
GeneralRe: Unhandled Exception errror in CStringData GetData() Pin
ThatsAlok10-May-12 22:56
ThatsAlok10-May-12 22:56 
QuestionRe: Unhandled Exception errror in CStringData GetData() Pin
David Crow11-May-12 2:21
David Crow11-May-12 2:21 
Questiondlg can make by XML? Pin
wangafei10-May-12 16:42
wangafei10-May-12 16:42 
AnswerRe: dlg can make by XML? Pin
«_Superman_»10-May-12 19:16
professional«_Superman_»10-May-12 19:16 
AnswerRe: dlg can make by XML? Pin
ThatsAlok10-May-12 22:54
ThatsAlok10-May-12 22:54 
AnswerRe: dlg can make by XML? Pin
Code-o-mat11-May-12 0:23
Code-o-mat11-May-12 0:23 
AnswerRe: dlg can make by XML? Pin
Aescleal11-May-12 2:15
Aescleal11-May-12 2:15 
Questionpackaging and deployment, the c++ redistribution file Pin
jkirkerx10-May-12 11:00
professionaljkirkerx10-May-12 11:00 
AnswerRe: packaging and deployment, the c++ redistribution file Pin
«_Superman_»10-May-12 19:05
professional«_Superman_»10-May-12 19:05 
AnswerRe: packaging and deployment, the c++ redistribution file Pin
peilinok10-May-12 20:56
peilinok10-May-12 20:56 
AnswerRe: packaging and deployment, the c++ redistribution file Pin
TinyDevices11-May-12 1:52
professionalTinyDevices11-May-12 1:52 
GeneralRe: packaging and deployment, the c++ redistribution file Pin
Aescleal11-May-12 2:22
Aescleal11-May-12 2:22 
GeneralThanks all Pin
jkirkerx11-May-12 6:56
professionaljkirkerx11-May-12 6:56 
QuestionHow to Change the Blue Selection Color in Edit Control Pin
vishalgpt10-May-12 8:01
vishalgpt10-May-12 8:01 
AnswerRe: How to Change the Blue Selection Color in Edit Control Pin
David Crow10-May-12 9:45
David Crow10-May-12 9:45 

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.