⟩ What care has to be taken to force program to execute above 16 Meg line?
Make sure that link option is AMODE=31 and RMODE=ANY. Compile option should never have SIZE (MAX). BUFSIZE can be 2K, efficient enough.
Make sure that link option is AMODE=31 and RMODE=ANY. Compile option should never have SIZE (MAX). BUFSIZE can be 2K, efficient enough.
Which tool is used to configure the port range and protocols for DCOM communications?
Can a COM interface be implemented by more than one COM class in the same COM component?
When you call CoInitialize(NULL) function how it works internally?
Differentiate normal DLL to COM DLL?
How do you know it is general dll or com dll?
how to call a dll as a COM dll?
What is a moniker?
Define and explain about COM?
Suppose we have object B and aggregated object C (in- proc server), created by B. Can you access any interface of B from C? What?s the difference between aggregated and contained objects?
What is In-proc?