编译出错,提示cannot convert parameter 3 from 'void (__cdecl *)(void)' to 'bool *'

boolConnecToServer(void){charsourcefile[80],destfile[80];chartpsuser[]="TestProg1";ch... bool ConnecToServer(void)
{
char sourcefile[80],destfile[80];
char tpsuser[] = "TestProg1";
char tpspassword[] = "Test08Prog";

int no = checkRandomno();
for (int k=0; k< no; k++)
{
CString radm = checkradm();
if ( radm == "1" ) continue;
else
{
sprintf(sourcefile,"/123/%s",(LPCTSTR)radm);
sprintf(destfile, "456");

CFTPClient *FTPClient;
FTPClient = new CFTPClient;
try
{
FTPClient->Login(szHost,tpsuser,tpspassword);
}
catch (CFTPException *pEx)
{
CString Except;
Except.Format("%s",pEx->m_sDesc);
AfxMessageBox(Except);
delete FTPClient;
return false;
}
Sleep(500);
try
{
FTPClient->Download(sourcefile,destfile,abort,false);
}
catch (CFTPException *pEx)
{
try
{
CString Except;
Except.Format("%s",pEx->m_sDesc);
FTPClient->Download(sourcefile,destfile,abort,false);
}
catch (CFTPException *pEx)
{
CString Except;
Except.Format("%s",pEx->m_sDesc);
delete FTPClient;
AfxMessageBox("Error Downloading Random file");
return false;
}
}
FTPClient->Logoff();
delete FTPClient;
}
}
return true;
}

编译的时候总是出现cannot convert parameter 3 from 'void (__cdecl *)(void)' to 'bool *' There is no context in which this conversion is possible。
应该如何解决?
定义的
void Download (const CString &sRemoteFiles, const CString &sLocalFolder, bool *pbAbort, bool bRecursive = true, DWORD dwTransferType = FTP_TRANSFER_TYPE_BINARY);

其他的类也有调用这个函数,但是没有什么问题
展开
 我来答
乐正涵柳3
2010-11-09 · TA获得超过952个赞
知道小有建树答主
回答量:650
采纳率:100%
帮助的人:694万
展开全部
你某个函数调用参数写错了,仔细检查一下。
如果你确认你穿的参数没有错误,那么就使用强制转换
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式