随笔分类 -  C++

摘要:在项目中使用C#代码调用C++ DLL时。常常会出现这个问题:在开发者自己的电脑上运行没有问题,但是部署到客户电脑上时会出现下面问题: Unhandled Exception:System.DllNotFoundException: Unable to load DLL"**":找不到指定的模块。 阅读全文
posted @ 2017-01-05 17:33 JeffreyGoogle 阅读(1683) 评论(0) 推荐(0)
摘要:C++转换形式(C++11): output: 同样, 可以使用 stol(long), stof(float), stod(double) 等. 阅读全文
posted @ 2016-10-24 10:21 JeffreyGoogle 阅读(271) 评论(0) 推荐(0)