COM Object

Executable code distributed either as Microsoft® Windows® 32-bit dynamic link libraries (.dll files) or as executables (.exe files), written to the COM standard to meet all requirements for component architecture.

COM objects meet these criteria for component architecture:

  • They are fully language independent. They can be developed using almost any procedural language, and any language can be modified to use COM objects.

  • They can be shipped in binary form.

  • They can be upgraded without breaking old clients.

  • They can be transparently relocated on a network.