I am trying to learn about COM, and am a bit confused. My book defines COM as a binary object interoperability standard. So one can share common functions between applications without needing to worry about what language the COM was object was made with.
Well then, what makes this different than a DLL? I am so confused!
Any help is certainly appreciated.