cannot convert parameter 1 from 'void (int,int)' to 'void (__cdecl *)(int,int)' 求解决方法 5 我来答 可选中1个或多个下面的关键词,搜索相关资料。也可直接点“搜索资料”搜索整个问题。 canno conver parameter void int 搜索资料 1个回答 #热议# 为什么说不要把裤子提到肚脐眼? chr1999 2013-04-15 · TA获得超过1056个赞 知道小有建树答主 回答量:2462 采纳率:0% 帮助的人:1242万 我也去答题访问个人页 关注 展开全部 c和c++函数定义混用了extern "C" 追问 我知道是C++和C的混用问题,就是解决不了,各种extern "C" ,各种强制类型转化都不行我把要使用的函数(在类中定义)加上extern "C"不行把函数指针强制转化为__cdecl*不行。。。。都试过了求解决办法 已赞过 已踩过< 你对这个回答的评价是? 评论 收起 推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询 其他类似问题 2012-06-11 cannot convert parameter 2 from 'void (void)' to 'void (__cdecl *)(int)' 1 2013-11-03 提示 cannot convert from 'int (__cdecl *)(int,int)' to 'int (__cdecl *)(void) 8 2014-04-28 只想用指针传参但是报错 cannot convert parameter 1 from 'int [10][10]' to 'int **'如何解决 3 2018-05-14 程序在编译时出现了cannot convert parameter 1 from 'int [30]' to 'int'的问题,怎么解决? 2 2017-09-02 C语言cannot convert parameter 1 from 'int (*)[3]' to 'int *[]' 1 2019-07-10 c++怎么改错cannot convert parameter 1 from 'float' to 'float []' 3 2018-02-28 cannot convert parameter 1 from 'int (void)' to 'const char *'是什么意思? 2 2014-03-22 cannot convert parameter 1 from 'int' to 'int &' 为你推荐: