Click here to Skip to main content
16,005,316 members

Comments by Hanoi 2014 (Top 19 by date)

Hanoi 2014 19-Oct-13 8:15am View    
Thanks for quick help,
This is the error:
ERROR_WINHTTP_TIMEOUT12002
The request has timed out.
Hanoi 2014 13-Oct-13 6:52am View    
Thanks very much.
Hanoi 2014 13-Oct-13 6:45am View    
sorry, as I understand, I think you are a good developer, can you propose a project that uses professional mfc or c++ topic like: inheritance, thread ,...?
Thanks
Hanoi 2014 13-Oct-13 6:38am View    
OK, Thanks I think my problem is about basic topic.
Hanoi 2014 13-Oct-13 5:59am View    
struct userdata
{
char sUserName[20];
char sMsg[1000];
};

CString sUserName;
sUserName.Format(L"%S : %S", udata->strUserName,udata->strMsg);
it gives <badptr>
sometimes it works but sometimes doesn't.
I don't know where is my problem?