Do the objects built by the MATLAB COM Builder implement an IConnectionPointContainer interface?
13 次查看(过去 30 天)
显示 更早的评论
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?
采纳的回答
MathWorks Support Team
2009-6-27
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Use COM Objects in MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!