Click here to Skip to main content
15,884,353 members
Articles / Programming Languages / C++

WTL message map wizard add-in

Rate me:
Please Sign up or sign in to vote.
3.50/5 (4 votes)
5 Nov 2004CPOL1 min read 32.8K   466   11  
Ease the work with the WTL message map.
// stdafx.cpp : source file that includes just the standard includes
//	MsgWizard.pch will be the pre-compiled header
//	stdafx.obj will contain the pre-compiled type information

#include "stdafx.h"

#include "atlimpl.cpp"

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
Software Developer (Senior)
Canada Canada
Begin programming in pascal some 8 years ago, then to assembly and C, after seeing that pascal is out of fashion. play a little with Delphi and C++ Builder, to see that was enough.


A little mess with other technologies, HTML, CGI, DHTML, PHP.

Comments and Discussions