PUBLIC ClassMap ; need to export ONLY the ClassMap

 

All the library code is included by the linker as it resolves all the symbols, that is all we need do to fully invoke the library functions.

 

Our class will be defined last (though it appears first) so we can define the class item member names.

When we create a COM object with this lib, it must be to a specific pattern as defined in the lib.

 

First, we need a place to put the custom data members for the object we create.