Classic Asp Development: COM, how to use?

Asked

Viewed 170 times

1

Would you like an explanation regarding COM components, What are they exactly? How to use them? From what I understand they are a kind of library that is on the server dai Voce associates to your project.

I am working with maintenance and code creation in classic ASP, using Vbscript, I would like to know a more efficient way to work with technology than copying code already made from other systems to make a new one. My intention is to create (classes or components, I can not say what I need for sure) so that the creation and new functionalities or systems is more agile reusing the codes already made.

1 answer

-2

Examples:

Interoperability with COM constituents

Using existing COM components

Creating COM components

Step-by-step creating a component in VB

Creation of an Activex control (COM)


WITH: The Microsoft COM (Component Object Model) technology allows software components to communicate. COM is used by developers to create reusable software components, merge components to create applications, and leverage Windows services.

COM objects can be created with a variety of programming languages. Object-oriented languages, such as C, provide programming mechanisms that simplify the implementation of COM objects. The COM technology family includes COM, Distributed COM (DCOM) and ActiveX®controls.

More about: https://pt.wikipedia.org/wiki/Component_Object_Model

Browser other questions tagged

You are not signed in. Login or sign up in order to post.