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!