Y
Y
Yuri Shcheglov2015-02-17 06:58:37
C++ / C#
Yuri Shcheglov, 2015-02-17 06:58:37

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

1 answer(s)
A
AxisPod, 2015-02-17
@AxisPod

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 question

Ask a Question

731 491 924 answers to any question