VC++6.0 用CserialPort类进行串口通讯,在导入CserialPort类的时候,编译出错!怎么回事?
errorLNK2001:unresolvedexternalsymbol"protected:long__thiscallCSeportDlg::OnCommunica...
error LNK2001: unresolved external symbol "protected: long __thiscall CSeportDlg::OnCommunication(unsigned int,long)" (?OnCommunication@CSeportDlg@@IAEJIJ@Z)
Debug/Seport.exe : fatal error LNK1120: 1 unresolved externals
执行 link.exe 时出错.
Seport.exe - 1 error(s), 0 warning(s)
是没有定义OnCommunication函数。。。已经解决了这个问题 展开
Debug/Seport.exe : fatal error LNK1120: 1 unresolved externals
执行 link.exe 时出错.
Seport.exe - 1 error(s), 0 warning(s)
是没有定义OnCommunication函数。。。已经解决了这个问题 展开
3个回答
展开全部
楼上正解,权限不对,OnCommunication这个函数在他的类中是protected权限,外部无权访问,CSeportDlg的头文件加了吗
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
外部变量问题,是不是没有包含头文件,访问权限对不对
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
这个是怎么解决的?遇到了同样的问题求助大佬帮忙呀!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询