strURL = _T("http://128.83.205.193/filelist_main.html?folder=01/");
htmlFile = (CHttpFile*) httpSession.OpenURL(strURL);
if(htmlFile != NULL)
{
CString str;
//while(htmlFile->ReadString((LPTSTR)sRecived,1024) != NULL)
while(htmlFile->ReadString(str))
{
//strLine = sRecived;
//strHtml += strLine;
}
}
窗口程序,httpfile中openUrl错误,弹出在“扩展版本中发生内部错误”
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-