フィルターのクリア

set deploytool for compile activex

1 回表示 (過去 30 日間)
pink
pink 2011 年 7 月 5 日
how to set up the deploytool to compile flash activex

採用された回答

Chirag Gupta
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
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 件)

Kaustubha Govind
Kaustubha Govind 2011 年 7 月 5 日
Do you mean you want to create COM components from MATLAB code? If yes, you need MATLAB Builder NE.
  2 件のコメント
pink
pink 2011 年 7 月 5 日
how to check, whether contained in the program that I have?
pink
pink 2011 年 7 月 5 日
how to compile it, can you explain the steps?

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeActiveX についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by