注:文章内容来源于网络,真实性有待确认,请自行甄别。
vc++的问题cannotconvertfrom'long(__
发表于:2024-10-24 00:00:00浏览:5次
问题描述:cannot convert f 'long (__stdcall *)(struct HWND__ *,unsigned int,unsigned int,unsigned int)' to 'long (__stdcall *)(struct HWND__ *,unsigned int,unsigned int,long)' 请问如何解决?
你这是调用DLL中的函数吧?
你的宏定义的函数指针没有正确定义,参数的数据类型不匹配,所以导致DLL中的函数入口地址不能正确获取(PS:第四个参数)
栏目分类全部>