打开c++ 项目遇到的错误

前言

后续持续更新:

无法打开源文件windows.h

https://blog.csdn.net/Mr__George/article/details/87714252

找不到duilib.h

https://jingyan.baidu.com/album/0320e2c1ee366d1b86507b5d.html?picindex=11

(vs2017)This function or variable may be unsafe

https://blog.csdn.net/zhixiting5325/article/details/80412077

vs中TEXT()宏报错,"const wchar_t *" 类型的实参与 "TCHAR *" 类型的形参不兼容

http://www.mamicode.com/info-detail-562918.html

模块计算机X86,目标计算机X64

模块计算机就是打包模块的计算机告诉我们是32位的,也就是我们的dll是32位的。
目标计算机不用说就是我们的window计算机是64位的。
两种解决办法,一种是:把目标计算机编译静态库改成32,要不从新编译dll模块成32位。

posted @ 2020-02-02 17:28  敖毛毛  阅读(257)  评论(0编辑  收藏  举报