C++编译报错:异常10error LNK2019: 无法解析的外部符号 "long _stdcall XLContinueTask(long)" (?X
C++编译报错:错误10error LNK2019: 无法解析的外部符号 "long __stdcall XLContinueTask(long)" (?X
错误 10 error LNK2019: 无法解析的外部符号 "long __stdcall XLContinueTask(long)" (?XLContinueTask@@YGJJ@Z),该符号在函数 "public: void __thiscall CTestProject2Dlg::OnBnClickedButtonContinue(void)" (?OnBnClickedButtonContinue@CTestProject2Dlg@@QAEXXZ) 中被引用 C:\Documents and Settings\Administrator\桌面\123\JSDZ\MathFuncsDll\MathFuncsDll\DemoDlg.obj MathFuncsDll
在编译的时候报这个错误
------解决方案--------------------
楼上 +1。 你可以找找这个XLContinueTask(long)函数的定义,没有找到的话,如果不是库函数 你就得自己定义这个函数了。关于链接错误 推荐看一个帖子http://www.cppblog.com/shifan3/archive/2007/01/05/17325.html
错误 10 error LNK2019: 无法解析的外部符号 "long __stdcall XLContinueTask(long)" (?XLContinueTask@@YGJJ@Z),该符号在函数 "public: void __thiscall CTestProject2Dlg::OnBnClickedButtonContinue(void)" (?OnBnClickedButtonContinue@CTestProject2Dlg@@QAEXXZ) 中被引用 C:\Documents and Settings\Administrator\桌面\123\JSDZ\MathFuncsDll\MathFuncsDll\DemoDlg.obj MathFuncsDll
在编译的时候报这个错误
------解决方案--------------------
楼上 +1。 你可以找找这个XLContinueTask(long)函数的定义,没有找到的话,如果不是库函数 你就得自己定义这个函数了。关于链接错误 推荐看一个帖子http://www.cppblog.com/shifan3/archive/2007/01/05/17325.html