|
[x]
Posted via EE Mobile
|
||
Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
||
| 12/31/2008 at 03:45AM PST, ID: 24017605 | Points: 200 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: |
CSocketFile file(soc); // soc is CSocket* type CArchive arIn(&file, CArchive::load); CArchive arOut(&file, CArchive::store); CString strRequest; TCHAR tcRequest[1024]; //Read incomming data line by line. arIn.ReadString(strRequest); // This call doesn't Returns now from here //lptReq = arIn.ReadString(tcRequest, 1024); // Also this is not working |
Advertisement