Visual Studio2019碰到的几个问题(续) 前面记录了Visual Studio2019碰到的几个问题,后来又碰到了以下几个问题,进行了解决,特此记录。 1, Error: You are debugging a Release build of X.dll 2, 在VS2019找不到在VS2015中的vsvars32.bat指令 3, fatal error C1083: Cannot open include file: ‘afxwin.h’
CMake Project in Visual Studio 2019 在Visual Studio 2019里使用CMake的工程碰到一些问题: 找不到Boost库 找不到OpenSSL库 进行了解决,并测试成功。
Visual Studio 2019安装boost 1.7.0库 在Visual Studio 2019使用了boost 1.7.0库,经过编译boost 1.7.0库,再添加配置到VS 2019工程中,进行了成功地测试。
E1696 cannot open source file “openssl/buffer.h” 在Visual Studio 2019中需要使用到`openssl`,返回找不到源文件错误,例如: `”找不到源文件openssl/buffer.h” ` 对openssl进行了添加,解决了问题。