Click here to Skip to main content
15,867,568 members
Articles / Desktop Programming / WTL
Article

WTL Wizard for Visual Studio .NET

Rate me:
Please Sign up or sign in to vote.
2.88/5 (4 votes)
17 Feb 2002 116.4K   1.2K   24   19
An App-Wizard which creates template WTL apps.

Sample image - WTL Wizard

Introduction

This is a Visual Studio .NET wizard ready to generate WTL projects.

Installation procedure

To properly install this wizard you must follow these steps:

  1. The ZIP file contains two files and a folder. You must copy both files to Project folder for Visual C++ 7 inside .NET main installation folder ( [Root]:\[Program Files Folder]\VC7\VCProjects ). These are the two files:
    • WTL Wizard.vsz
    • WTL Wizard.ico

  2. The folder named "WTL Wizard" and all its content must be copied to ( [Root]:\[Program Files Folder]\VC7\VCWizards )

In order to get this wizard working in debug mode, a change must be made in WTL 3.1 header file atlapp.h. You must comment out the following line:

//
// atlapp.h
//
enum wtlTraceFlags
{
//    atlTraceUI = 0x10000000
};

The next time you create a new project in VC++, you'll see a new WTL Wizard

Note: We've set as default the "Detect 64-bit Portability Issues" option in the pre-processor.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


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

Comments and Discussions

 
GeneralCan't download a valid archieve Pin
Member 10323264-May-04 10:13
Member 10323264-May-04 10:13 
Generalfailure on calling WTL Wizard in VS.NET 2003 Pin
alvin_tyl4-Aug-03 23:31
alvin_tyl4-Aug-03 23:31 
Questionhow to change the language of the resource.. Pin
Yu_Matrix6-Jul-03 23:50
Yu_Matrix6-Jul-03 23:50 
QuestionHow about Visual Studio .Net 2003 Pin
jaguar8-Jun-03 17:24
jaguar8-Jun-03 17:24 
AnswerRe: How about Visual Studio .Net 2003 Pin
jaguar8-Jun-03 17:36
jaguar8-Jun-03 17:36 
GeneralRe: How about Visual Studio .Net 2003 Pin
jaguar8-Jun-03 17:39
jaguar8-Jun-03 17:39 
GeneralRe: How about Visual Studio .Net 2003 Pin
thelazydogsback25-Sep-03 6:22
thelazydogsback25-Sep-03 6:22 
GeneralRe: How about Visual Studio .Net 2003 Pin
nalenb26-Nov-03 13:10
nalenb26-Nov-03 13:10 
GeneralCannot download source files Pin
Anonymous11-Apr-03 13:09
Anonymous11-Apr-03 13:09 
GeneralWTL and Visual Studio .NET Pin
24-Mar-02 23:20
suss24-Mar-02 23:20 
GeneralHaving problems with SINK_ENTRY Pin
EllBoy00711-Mar-02 20:55
EllBoy00711-Mar-02 20:55 
GeneralWrong #include Pin
S van Leent9-Mar-02 9:40
S van Leent9-Mar-02 9:40 
GeneralGreat job Pin
Rama Krishna Vavilala2-Mar-02 14:25
Rama Krishna Vavilala2-Mar-02 14:25 
GeneralUnable to link after removal of enum to work in Debug mode Pin
23-Feb-02 15:49
suss23-Feb-02 15:49 
GeneralRe: Unable to link after removal of enum to work in Debug mode Pin
25-Feb-02 4:08
suss25-Feb-02 4:08 
Nervermind, I made a stupid mistake, I also removed the definition for atlTraceUI in the main source file, after creating a new app and not removing that definition all worked ok. Sorry
GeneralBug found Pin
Thomas Freudenberg18-Feb-02 5:59
Thomas Freudenberg18-Feb-02 5:59 
GeneralRe: Bug found Pin
Armando Pajuelo18-Feb-02 6:17
Armando Pajuelo18-Feb-02 6:17 
GeneralThank you, Armando, Pin
Thomas Freudenberg18-Feb-02 5:37
Thomas Freudenberg18-Feb-02 5:37 
GeneralRe: Thank you, Armando, Pin
20-Feb-02 8:11
suss20-Feb-02 8:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.