Welcome to MSDN Blogs Sign in | Join | Help

Craig Skibo's WebLog

Sorry I can't answer the phone right now, I am outside feeding yogurt to the clowns.

Browse by Tags

All Tags » VSIP   (RSS)
Visual IL
After a lot of time spent working on my IL editor and IL project, I finally have a workable version ready for you to try out, if you would like. The MSI file that is linked below, includes code for a project and an editor. The project has templates to Read More...
Visual Studio Developer Center
If you have not noticed, the Visual Studio Developer Center on MSDN is now live. You will be able to find articles, whitepapers, etc. about programming both Automation and VSIP for Visual Studio . Visit the Developer Center at http://msdn.microsoft.com/vstudio/extend Read More...
News, an update, and a tip
If you have a MSN Watch, then basketball is now available as a channel. Now if I only liked basketball… Where is baseball and hockey? An update to my last post: as I suspected, the .NET Framework was not the cause of my performance problems in my Read More...
Adventures in writing managed VSIP packages
It has been a little too long since I last made a post. A lot has been going on since the last time I wrote, mostly I have been working on getting bugs fixed for the “Whidbey” build of VS , and work has been proceeding on a new wizards tool Read More...
Adventures in writing managed VSIP packages
It has been a little too long since I last made a post. A lot has been going on since the last time I wrote, mostly I have been working on getting bugs fixed for the “Whidbey” build of VS , and work has been proceeding on a new wizards tool Read More...
Use VSASSERT to help debug
Here is a second tip for debugging that requires a slight .h file change. If you have the VSIP SDK installed and you need advanced assert help, use VSASSERT. VSASSERT is a nifty utility that is installed with the VSIP SDK that will put up an assert message. Read More...
Fix debugging QIs in ATL code
I have been doing a lot of VSIP package writing lately. While I was writing a project for VS I wanted to find out which interfaces VS is looking for on my package so I could implement those interfaces. I decided to turn on ATL’s QI tracking feature Read More...
Crossing the VSIP Bridge - Part 2(a)
Fixing bugs Read More...
Crossing the VSIP Bridge - Part 2
Using VSIP interfaces from macros Read More...
Crossing the VSIP bridge
Using VSIP from an Add-in, and Add-ins from VSIP Read More...
Page view tracker