无法在Visual Studio 2017中找到MyCPkgs项目示例。
问题描述:
大家好
我需要实现自己的调试引擎并将其集成到Visual Studio for C ++项目中。我正在按照教程 "使用ATL COM构建调试引擎",但最后一步假设您有MyCPkgs示例,我认为在Visual Studio 2017中不存在
。您知道在哪里可以我找到这个样本,或者,如何更改调试引擎以在标准VC ++项目中使用?
I need to implement my own debug engine and integrate it into Visual Studio for C++ projects. I'm following the tutorial "Building a Debug Engine Using ATL COM", but the last step assumes that you have the MyCPkgs sample, which I think is not present in Visual Studio 2017. Do you know where can I find this sample or, alternatively, how to change the debug engine to use in a standard VC++ project?
非常感谢
Giacomo
答
Visual Studio 2017在内部与Visual Studio 2005完全不同,Visual Studio 2005是该示例的源自。 MyCPkgs示例是"Visual Studio集成合作伙伴SDK"的一部分,该示例已不再存在。 您当然可以使用Visual Studio SDK启动
,看看它是否对调试集成有任何帮助(乍一看我没有看到任何内容)。
Visual Studio 2017 is radically different internally from Visual Studio 2005, where that sample originated. The MyCPkgs sample was part of the "Visual Studio Integration Partners SDK", which no longer exists. You can certainly start with the Visual Studio SDK to see if that has anything helpful about debug integration (I didn't see anything at first glance).