--%>

Different compatibility types when creating a COM COMPONENT

What are the different compatibility types when creating a COM COMPONENT?

E

Expert

Verified

No Compatibility. New types of GUID created, references by other components will not work Project Compatibility. It is default for a new component Binary Compatibility. As well GUID does not change; references by other components will work.

   Related Questions in Programming Languages

  • Q : Define the term core validation Define

    Define the term core validation?

  • Q : What is Primitive Type Casting

    Primitive Type Casting: C/C++ allows you to cast between totally unrelated types. This can be problematic for model checking. Avoid type casting between unrelated types and in particular primitive types. For example,

    Q : What do you mean by process What do you

    What do you mean by the term process? Illustrate briefly.

  • Q : What is an Anonymous class Anonymous

    Anonymous class: It is a class formed without a class name. Such a class will be a sub class or an implementation of an interface, and is generally formed as an actual argument or returned as a method outcome. For example:

    Q : Differences between XHTML and HTML

    Explain the differences between XHTML and HTML?

  • Q : What is an Overriding for breadth

    Overriding for breadth: It is a form of method overriding in which the sub-class version of a technique implements its own behavior within the context of attributes and behavior of the sub-class and then calls the super-class version and hence it can

  • Q : What is an IP address IP address : An

    IP address: An Internet Protocol (abbreviated as IP) address for a networked computer. Presently, IP addresses comprises of 4-byte values, written in dotted decimal notation, like 129.12.0.1. In future, IP addresses will be 16-bytes long to accommodat

  • Q : Explain Semantic error Semantic error:

    Semantic error: It is an error in the meaning of program. A statement might contain no syntax errors, however might still break the rules of Java language. For example, when ivar is an int variable, the shown statement is syntactically correct

  • Q : Block Started by Symbol What is the

    What is the Block Started by the Symbol?

  • Q : Define the term Case label Case label :

    Case label: The value utilized to select a specific case in a switch statement.