标签:
1.argument to type "char *"is incompatible with parameter of type "LPWSTR"
解决:Project->Properties->Configuration Properties->General->Character set->use Multi-Byte Character Set
2.Release编译设置
Project->Properties->Configuration Properties->General->Use of MFC->use MFC in a Static Library
3.declaration is incompatible with就是在申明函数库那里很多函数标红,显示和定义不符
解决:把头文件位置换一下
标签:
原文地址:http://www.cnblogs.com/deadwood-2016/p/5533489.html