(no title)
rhdunn | 6 days ago
You can also access .NET/C# objects/interfaces via COM. It has an interface to allow you to get the type metadata but that isn't necessary. This makes it possible to e.g. get the C#/.NET exception stack trace from a C/C++ application.
tonyedgecombe|5 days ago
DCOM is Distributed COM not Dynamic COM[1].
COM does have an interface for dynamic dispatch called IDispatch[2] which is used for scripting languages like VBScript or JScript. It isn't required for Visual Basic though. VB is compiled and supports early binding to interfaces.
[1] https://en.wikipedia.org/wiki/Distributed_Component_Object_M...
[2] https://en.wikipedia.org/wiki/IDispatch
rhdunn|5 days ago
unknown|5 days ago
[deleted]
unknown|5 days ago
[deleted]