Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Include Page
DCL to CML changes under way
DCL to CML changes under way

The DCL is all about classes. And there are fundamentally two ways to use a class: you can compile the class into the application itself, or you can compile it into a library (usually a DLL) so the class can be used in a precompiled form. 

...