set deploytool for compile activex
조회 수: 4 (최근 30일)
이전 댓글 표시
how to set up the deploytool to compile flash activex
댓글 수: 0
채택된 답변
Chirag Gupta
2011년 7월 5일
You can compile GUI's and other MATLAB programs that make calls to activex controls into exe's using the MATLAB compiler. What you need to ensure is that the activex control that you are planning to access is available on the deployed machines or you could include it with deploytool.
Add the .ocx or the COM file directly as additional files with deploytool.
If you are using mcc use the -a option.
댓글 수: 1
Walter Roberson
2011년 7월 21일
Would it perhaps also be necessary to "register" the activeX control? If I recall correctly, registering an activeX control requires administrator access?
추가 답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 ActiveX에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!