The following is a sample of the registry entries for a basic COM Object. See "COM Registry Entries" in the documentation. You must provide relevant values for the following:
| Key | Name | Value |
|---|---|---|
| (Default) | Simple COM Class | |
| CLSID | (Default) | {<CLSID>} |
| CurVer | (Default) | SimpleCOM.Application.1 |
Note that the AppID is used only for DCOM.
| Key | Name | Value |
|---|---|---|
| (Default) | Simple COM Class | |
| AppID | Simple COM Application | |
| LocalServer32 | (Default) | <PATH>\COMNETSERVER.EXE |
| ProgId | (Default) | SimpleCOM.Application.1 |
| VersionIndependentProgID | (Default) | SimpleCOM.Application |
| Key | Name | Value |
|---|---|---|
| (Default) | Beta Version of Simple COM Class | |
| CLSID | (Default) | {<CLSID>} |
| Key | Name | Value |
|---|---|---|
| (Default) | Simple COM Class | |
| AppID | Simple COM Application | |
| LocalServer32 | (Default) | <PATH>\COMNETSERVER.EXE |
| ProgId | (Default) | SimpleCOM.Application.1 |
| VersionIndependentProgID | (Default) | SimpleCOM.Application |
See my Visual C++ Programmer Stuff page for more C++ stuff.