Tools and source code to help you create a CDSC
The UNICOM Intelligence Developer Documentation Library comes with the following to help with creating a CDSC:
Visual C++ CDSC wizard
Creates a skeleton Visual C++ project, which implements the basic CDSC properties collection and provides sample implementations of the Tables and Commands interfaces.
Sample Visual C++ CDSC
The source code of the
XML DSC, which illustrates the implementation of the features of a CDSC in Visual C++.
Visual Basic skeleton CDSC
Simplifies the process of creating a CDSC in Visual Basic.
Sample Visual Basic CDSC
The source code of a sample Visual Basic CDSC is provided to illustrate the implementation of the features of a CDSC in Visual Basic.
CDSC Test
A simple tool that you can use to test your CDSC. See
Testing your CDSC.
See also