Curry-Messi

Results 3 comments of Curry-Messi

You try ``` Project Properties Linker->Input->Add library dependencies mfc120ud.lib;mfcm120ud.lib ```

you can try it like this:open "Projects->properties->Linker->input" in "Additional Dependencies" add mfc120ud.lib mfcm120ud.lib vs2017: mfc140ud.lib mfcm140ud.lib At 2020-05-06 12:24:18, "Jack" wrote: I have the same problem. How can fix this...

> 嗨,我们有一个大型的多字节MFC项目,并且我们还得到了FALSE Positive泄漏。 > 我们不能简单地添加MFC Unicode库。 > 我尝试手动编译cppRestSDK并将其链接为静态链接,但是随后我们遇到了太多其他问题(libz等问题)。 > > 有没有人有解决方案或想法?我们该怎么做才能解决这个问题? ![微信图片_20200611092426](https://user-images.githubusercontent.com/28835817/84334625-633bec80-abc5-11ea-8435-87db0b40e6fe.png) My vs2017 MFC LIBS path is "Microsoft Visual Studio 14.0 \ VC \ atlmfc \ lib". mfcxxx.lib before...