Click here to Skip to main content
15,885,767 members
Articles / Desktop Programming / MFC

ClassWiz: A VS.NET addin that provides a classwizard similar to that in VC++ 6.0

Rate me:
Please Sign up or sign in to vote.
4.79/5 (14 votes)
29 Jun 2003CPOL1 min read 81.5K   1.1K   28  
A VS.NET addin that provides a classwizard similar to that in VC++ 6.0
// stdafx.cpp : source file that includes just the standard includes
// ClassWiz.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information

#include "stdafx.h"

//DTE
#import "libid:80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2" implementation_only no_namespace 
//VC Code Model
#import "libid:F6A0C8E9-68E6-4483-A89D-017AFEC485DF" implementation_only no_namespace
//MSO
#import "libid:2DF8D04C-5BFA-101B-BDE5-00AA0044DE52" implementation_only no_namespace exclude("IAccessible")
//VC Project Model
#import "libid:233ADBAD-405A-4249-AA0B-828093D57184" implementation_only
//VC Project Engine
#import "libid:6194E01D-71A1-419F-85E3-47BA6283DD1D" implementation_only

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions