What is advantage of Component object Model(COM) over DLL?
namratag -4 Newbie Poster
Recommended Answers
Jump to PostThey are not related. DLLs can contain COM programming.
Jump to PostExporting classes from a DLL cannot really be done reliably because of binary compatibility issues (different compilers, compiler versions, and compilation options can produce (slightly) different binary foot-prints for the objects of a given class). The COM is (amongst other things) a strict specification of how the binary foot-print should …
All 5 Replies
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
mike_2000_17 2,669 21st Century Viking Team Colleague Featured Poster
Zssffssz -4 Junior Poster
mike_2000_17 2,669 21st Century Viking Team Colleague Featured Poster
Zssffssz -4 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.