Visual C++: Information and Guidelines

Here is a brief outline of the steps needed to build the OSP component in Visual C++:

Registration

In Visual C++, you create your own ProgID for the OSP Data Object, and use it when registering the OLE DB provider. Because you control the DLLRegisterServer function, you can use it to write the registry entries instead of running a copy of the supplied RegisterProvider.reg file.

Programming Notes