What are the different compatibility types when we create a
COM component?
Answers were Sorted based on User's Feedback
Answer / neha dogra
Three Compatibility Types:
1. No Compatibility: New GUID created and references from other components will not work.
2. Project Compatibility: Default for any new component
3. Binary Compatibility: GUID does not change, references from other components will work.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / nilesh b
Following are compatibility types in COM
Binary Compatibility - For Backward COmpatibility
Project Compatibility - For Debugging Purpose
No COmpatibility
Is This Answer Correct ? | 2 Yes | 1 No |
Which controls have refresh method?
what are the Differences between Modal and Modaless forms?
How do I call a DLL?
What is the use of debug Window?
What is Zorder Method?
What are the uses of List View Control?
What is ODBC?
Differentiate between DAO,ADO and Adodc as in data access objects?
How do I get a bitmap picture in a field in an Access database?
How can you Implement windows functionality in VB?
What is the difference between Single and Double in VB?
How can you save and Get data from Clipboard/ Recordset object consists what?