Below are add-ins that can be used with WithClass 99. Just place in your WithClass 99/addins directory and they will automatically be brought into the addins menu.
Create Access Database from Class Diagram - This handy add-in will take the current class diagram and create an access database from it. Class Names become table names, Attributes become columns.
New - A Class Finder for large Diagrams (written by Kenji Shimada) - The developer will find this add-in useful for performing a search for an existing class in a large diagram and hilite it to red when it is found. This add-in illustrates some of the powerful screen manipulation features built into WithClass 98's com interface.
Reverse Access Database from Class Diagram - This add-in will create a Class Diagram from anAccess Database. A bit more powerful than thebuilt in Reverse Database because it handles Relationships, Primary Keys and things specific to Access.Mail if Interested
Generate Visual C++ Automation Macros from Class Diagram - This add-in will prompt the user as to which attributes and operations they would like to exposeas properties and methods from their class diagram and generates the resulting Visual C++ code. Simply unzip and place in your WithClass 99\addins directory.
Import from Microsoft Repository (written by Richard Felsinger) - This add-in will take an existing Microsoft repository in the UML format, and read it in as a class diagram. Mail if Interested
NEW - Import from Rational Rose -- (written by Richard Felsinger) This add-in will take an existing Rational Rose MDL file and read it into WithClass. Note that user must have Rational Rose 98 on their machine for this to work. Note also, you may also need to edit the add-in and change the reference of where it is pointing to your rational library.
NEW - Export to Rational Rose -- (written by Richard Felsinger)This add-in will take an existing WithClass File and read it into the Rose Application. Note that user must have Rational Rose 98 on their machine for this to work. Note also, you may also need to edit the add-in and change the reference of where it is pointing to your rational library.
Reverse Perl file into class diagram - NEW!! This add-in will take a perl 5 (*.pm) module and reverse engineer it into a class. It will create class , operations and bring in operation code. It also will look for inheritance relationships. Unzip and place in your WithClass 99\addins directory.
NEW - Reverse/Generate State Diagram Code -- (written by Michael Diamond) This add-in allows the user to reverse engineer a state machine in the form of a C switch statement. It also can generate code from a state diagram into a C switch statement. Just place in your WithClass 99\addins directory.