Click here to Skip to main content
15,882,152 members
Articles / Desktop Programming / MFC
Article

WizGen Add-in for Visual Studio 6.0

Rate me:
Please Sign up or sign in to vote.
4.67/5 (6 votes)
4 Oct 2000 68.1K   1.1K   12   7
This Add-in is similar to class wizard but can be used for MFC extension libraries
  • Download source files - 94 Kb
  • Download the add-in - 46 Kb
  • Introduction

    This Add-in is similar to ClassWizard but allows only new classes and overriding of virtual functions. It is useful if you use MFC extension libraries, this makes it easy to create a new class from any extension header files that you have. This is the first version so be prepared for problems.

    Setup

    1. Copy WizGen.dll to any place you want. A good place would be to the Microsoft Visual Studio add-in folder at Common\MSDev98\AddIns. NOTE: If you build the project, it will copy it to the add-in folder for you.
    2. Open Visual Studio and select: Tools | Customize...
    3. Go to the Add-ins and Macro files tab and click on the "Browse" button.
    4. Go to the folder to which you copied WizGen.dll and select it. Make sure the Files of type listbox is on Add-ins (.dll).
    5. When closing the dialog, a toolbar will appear with the WizGen button. Using the customize dialog you can move this button to any other toolbar (if you want to).
    6. Pressing the button will open a dialog box in which you can select the text mode you want to use.


    Usage

    Before you can start using this add-in you need to analyze your extension header files.
    1. Select New Wizard File from the drop-down menu.
    2. Enter a name for the extension library (no extension needed).
    3. Enter an Export Macro name. This is the #define that is used to export the classes eg. AFX_EXT_CLASS or leave it blank if it's not used.
    4. Enter the location of your class library header files.

    It will then generate a list of classes that it found.

    You are now ready to create new classes or override virtual functions. If you've ever used ClassWizard or the wizard bar everything should be familiar.


    Known Problems

    It uses MFC. If that's a problem wait until the next version. Hopefully I will try to remove the MFC dependencies.

    It asks to reload a newly created header file. If anyone can figure it out let me know.


    Update

    I think this is a version that actually works. (Though I'm sure someone will tell me it doesn't)
    Thanks goes to Darren Schroeder for helping me find and fix the bugs.

    There is now an option to include the base header file. If you analyze the MFC include files (which is recommended), you will then have access to all MFC virtual functions. It now avoids duplicates.

    Send your comments, feedback, and suggestions to philip@masmex.com


    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
    New Zealand New Zealand
    This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

    Comments and Discussions

     
    GeneralExcellent Tool, I rate a 5.0! Pin
    Ralf Z.28-Oct-02 7:19
    Ralf Z.28-Oct-02 7:19 
    GeneralFeature request Pin
    LK6-Oct-00 12:53
    LK6-Oct-00 12:53 
    GeneralErrors Pin
    Darren Schroeder3-Jul-00 3:08
    Darren Schroeder3-Jul-00 3:08 
    GeneralRe: Errors Pin
    Philip Oldaker3-Jul-00 7:11
    Philip Oldaker3-Jul-00 7:11 
    GeneralRe: Errors Pin
    Darren Schroeder3-Jul-00 7:18
    Darren Schroeder3-Jul-00 7:18 
    GeneralRe: Errors Pin
    Philip Oldaker3-Jul-00 7:51
    Philip Oldaker3-Jul-00 7:51 
    GeneralRe: Errors Pin
    Darren Schroeder4-Jul-00 3:05
    Darren Schroeder4-Jul-00 3:05 

    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.