Introduction to the ENROLLVM Example

Imagine yourself as the newest member of the MIS department for a university registrar's office. Your first assignment is to make changes to the school's course administration system. After meeting with your boss, you understand that:

Before making any decisions on how to change the source administration system, you wisely decide to run the current implementation and to use Visual Modeler for studying the current architecture.

Starting the Enroll System

To start the enroll system application

  1. Start Microsoft Visual C++ by double-clicking the Enroll.dsw project file, which you can find in the folder where the ENROLLVM sample is installed.

  2. Build the sample by clicking Build enroll.exe from the Build menu.

  3. Run the sample by clicking Execute enroll.exe from the Build menu.

Note   To run the sample, you need to register the database file StdReg32.mdb with an ODBC DSN named Student Registration. This step is outlined at the beginning of the ENROLL tutorial, under Setting Up the Student Registration Data Source.