COM components instead of dll
CCW,RCW why to use com components when we can manage everything with dlls
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Jan 6, 2010, 3:25 PM
An in-process COM component is a DLL. The advantage of COM components is that they provide for language independence. You could make a DLL somewhat language independent but it is easier for both you the developer and for the user of what you develop for you to implement your software using COM.