随笔分类 -  debug合集

摘要:visual studio2019生成dll后调用失败 dll生成的bug vs配置和平台的选择,debug x86还是debug x64。 生成时是否需要预编译头pch.h(如果完全从零开始造可以先忽略,如果不是,.h文件的顺序可能需要调整,vs导入已有文件的时候pch.h有问题) 生成的名称,如 阅读全文
posted @ 2022-04-06 19:32 YSMY 阅读(775) 评论(0) 推荐(0)
摘要:环境: Win10 解决过程描述: 可以正常登录GitHub,执行git clone,但是执行git push origin xxbranch提示: Connection was reset in connection to github.com:443 使用git clone SSL 报错中使用方 阅读全文
posted @ 2022-03-25 01:34 YSMY 阅读(179) 评论(0) 推荐(0)