vs学习过程中遇见的各种问题
Posted deadwood_2016
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vs学习过程中遇见的各种问题相关的知识,希望对你有一定的参考价值。
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就是在申明函数库那里很多函数标红,显示和定义不符
解决:把头文件位置换一下
以上是关于vs学习过程中遇见的各种问题的主要内容,如果未能解决你的问题,请参考以下文章