First, Small Talk
First of all, there is no time to reply to your questions before the friends say sorry, this period of work is too busy, I quickly pour! Ha ha! OK, let's turn to the topic, today we want to talk about COM, a little bit deeper, do not know that you have used C++test or visual Assistant (can be downloaded to the VC Knowledge Base Tool column) and so on, they have a very compelling function, That is to embed themselves in the VC development environment. This is a feature that I'm obsessed with, there is only one reason: I want to do a VC development environment can be embedded in VC Engineering Parser (VC/DELPHI Engineering parser has been included in the VC Knowledge Base online Magazine, phase 19th), so that users in the VC development environment can be directly to the current or all of the project to carry out a variety of analysis, Statistics. So is it easy to implement it? Simple, Next and copy can be easily done; No, it is also behind the broad and profound COM to do support. Whether it's difficult or not, let's try to be quick first.
Second, the effect chart
Third, the realization step:
<3.1> a new <devstudio add-in wizard> type project, enter the project name "Codeanalyser".
<3.2> into the second screen, the system requires the user to enter the name of the plug-in and description information. and requires the user to select
Whether you need to build the toolbar and automatically add the VC event response code.