Do the objects built by the MATLAB COM Builder implement an IConnectionPointContainer interface?
13 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Do the objects built by the MATLAB COM Builder implement an IConnectionPointContainer interface?
In other words, can I use a MATLAB COM object to fire events to a C++ client?
Akzeptierte Antwort
MathWorks Support Team
am 27 Jun. 2009
MATLAB COM Builder objects implement an IConnectionPointContainer. We do not currently have any examples on using this from C++.
Using Connection Points from C++ is quite involved, but there are many books and resources on the subject that you may find useful. A good place to find general information on the COM technology is the MSDN Online Library.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Use COM Objects in MATLAB finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!