3/10/99
Did a lot of cleaning of the Classics Online sample application today.
- removed all references to the Inventory module, including VB files and a database.
- removed the Admin menu and all admin functionality from all builds. removed the
Admin and Database Admin accounts from the database.
- removed all references to the windows registry and also removed all configurable
behavior. paths are now keyed off of app.path. The only remaining configurable
behavior is for Performance demo specific behavior (e.g. the tree view should not be
pre-populated during a performance demo). This specific behavior is turned on by a
conditional compilation variable (PerformanceBuild) and specified in the app as a variable
PerformanceMode. This doesn't relate to sample apps and the ClassicsPerf.exe will
only be used for demos.
- Also only for performance demos: necessary database info will be obtained from
'dbconfig.dat', which will be created in the app.path if not already existing.
- removed several unused modules, include clsRegBound and frmOptions, both of which were
being used to access the registry.
- commented some of the code.