Answer the question
In order to leave comments, you need to log in
Pluggable com object and IntelliSense. CHADNT?
There is a com object written in delphi as a dll. I connect it to the project via Add Reference..->Browse. But I can’t look at the Object Browser by reference, nor add it to the using class (highlighted in red). What am I doing wrong and how can I fix it (if possible)?
Answer the question
In order to leave comments, you need to log in
dll with a COM object does not contain RTTI information for the work of IntelliSense and Object Browser, they have nowhere to get it.
For example, the truth is quite old: https://msdn.microsoft.com/en-us/library/aa645736 (v=vs.71).aspx
Or here's another one: www.codeproject.com/Articles/18939/C- Com
Well, your version, in principle, will not work in any way. Or look for ready-made Interop builds for your case.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question