摘要: 1、error C2440: 'initializing' : cannot convert from 'int (__stdcall *)(void)' to 'void (__cdecl *)(const char *)' This conversion requires a reinterpret_cast, a C-style cast or function-style cast 解决方法:要对GetProcAddress()函数的指针强制转换,如 typedef void (*PFN)(LPCTSTR); PFN pfun=(PFN) 阅读全文
posted @ 2014-03-16 11:55 qiaozhe 阅读(226) 评论(0) 推荐(0) 编辑