Browse by Tags
All Tags »
VS SDK (RSS)
Sorry, but there are no more tags available to filter with.
The Visual Studio Package wizard that is part of the VS SDK has been updated for the VS SDK 2006-06 CTP. The update includes: The generated editors now match up to the new Single View Editor reference samples for both C++ and C#. The code generated for
Read More...
The VS SDK 2006-06 CTP will include a new sample that demonstrates integrating a SDK into VS (i.e. it's a sample SDK). Thw sample SDK will: Show how to use a property sheet provide to configure a VC project to be aware of a SDK. Show the use of the Help
Read More...
Attached to this post is the slidedeck from the VSL Deep Dive presentation I did last Monday at the April VSIP Dev Lab here in Redmond.
Read More...
Attachment(s): VSLDeepDive.ppt
C++ sample again proves to be smaller then equivalent C# sample.
Read More...
The design of VSL is guided by the following principles:
- Minimize coupling
- Avoid feature creep
- Exploit the C++ language and the Visual C++ compiler
- Facilitate unit testing
- Re-use without obstruction
- Responsive to requests
Read More...
The Visual Studio Library is a C++ source code library whose purpose is to simplify creating a Visual Studio Integration Package.
Read More...
As I sit here repeatedly waiting for the unit test for the C++ Single View Editor (the new scrubbed version of BscEdt) to build, I looked back through my blog posts after I joined the VS SDK team last July, and noticed that I've that I haven’t really
Read More...
The Visual Studio Platform SDK 2005-12 Community Technical Preview is now available here . Wit this release VSL has been expanded to include mock interfaces for nearly all Visual Studio Platform interfaces . Numerous improvements have been made to the
Read More...
The December CTP of the VS SDK, which has not yet available for downloading as of this posting, includes mock interfaces for nearly all Visual Studio Platform interfaces , as well as numerous changes to the VSL infrastructure for mock objects. The changes
Read More...
Visual Studio SDK 2005-10 RTM is now available for download at http://affiliate.vsipmembers.com/affiliate/downloadFiles.aspx . This the correct version of the VS SDK to utilize with Visual Studio 2005 RTM . I have also posted a forum topic Official VSL
Read More...
In my last post , I said a we should be releasing the VS SDK 2005-10 CTP shortly. We will not be releasing the VS SDK 2005-10 CTP externally, as we just realized that recent changes in files that we pick-up from Visual Studio 2005, have changed such that
Read More...
We have nearly completed our September sprint (yes, it's October and we are not done yet, we started out extermely overbooked for the month sprint, and even after extensive cutting, never got caught up). Once complete we will release the VS SDK 2005-10
Read More...
The Visual Studio SDK 2005 September (2005-09) Community Tech Preview is compatible* with the Visual Studio 2005 Release Candidate. The VS SDK 2005-09 CTP can be downloaded from http://www.vsipdev.com/downloads/vsseptemberctp.aspx . * - Note that we did
Read More...
The C++ Services Reference Sample is nearly complete , with scenario testing, adhoc testing, a few unit tests, and some additional comments still being needed. I'm going to swap back to the C++ Tool Window Reference Sample and see about getting the persisted
Read More...
The Visual Stuido SDK 2005-09 Community Tech Preview is now available at http://www.vsipdev.com/downloads/ . This VS SDK CTP is compatible with the Visual Studio 2005 August CTP (but not Beta 2). Enjoy!
Read More...