
vc
zhiyazw
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
visual studio里配置boost
visual studio使用boost的方法: 1、使用nuget安装boost,根据不同的visual studio版本,选择不同版本的boost-vc***安装,比如对于visual安装boost-vc142,该包会自动搜索并列出其他依赖模块。安装后就可以使用include使用了,例如: #include <boost/format.hpp> #include <boost/asio.hpp> 2、到boost.org下载程序包,按其文档编译安装,然后在project.原创 2020-10-25 22:33:53 · 1461 阅读 · 0 评论 -
Three Ways to Inject Your Code into Another Process
From: https://www.codeproject.com/Articles/4610/Three-Ways-to-Inject-Your-Code-into-Another-Proces How to inject code into another processes address space, and then execute it in the context of this ...转载 2019-10-15 22:33:47 · 793 阅读 · 0 评论 -
A Better solution for the Windows 7 SP1 ADO GUID changes
http://blogs.msdn.com/b/psssql/archive/2011/10/03/yes-we-made-a-mistake-and-are-finally-going-to-fix-it.aspx UPDATE: This fix was published in mid-February as http://support.microsoft.com/kb/2640转载 2016-01-16 13:23:18 · 313 阅读 · 0 评论