This section of the archives stores flipcode's complete Developer Toolbox collection, featuring a variety of mini-articles and source code contributions from our readers.

 

  Auto Class Creation Macro For VC++6
  Submitted by





The accompanying code entry is too large to display here. You may download it here: ftp://ftp.flipcode.com/code/CreateClass.zip (3k)



Ever got tired of adding a new class to your project? Hate the standard layout of the Insert Class feature? The design your own and get a macro to create the new class. This macro will even add the new classes to your project for you. To install it simply add the contents of macro.dsm to your current mymacro.dsm file (or add it as a seperate .dsm). Copy the .tpl files into the following directory

C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Macros\

Run the macro and away you go.

Please email bugs to

Adrianbrown@hothouse.org

Enjoy!


The zip file viewer built into the Developer Toolbox made use of the zlib library, as well as the zlibdll source additions.

 

Copyright 1999-2008 (C) FLIPCODE.COM and/or the original content author(s). All rights reserved.
Please read our Terms, Conditions, and Privacy information.