I have a project which I’m studying the codebase of, however I’m trying to understand how this whole OLE Automation works.
In the OLE Automation protocol, which application has to implement IDispatch on one of its classes, the server or the client?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The server implements IDispatch, the client uses it to make the calls. The terms “OLE” and “ActiveX” have fallen out of favor, it is all “COM” now. The technology is however exactly the same.