Why does the ACTXSERVER function fail on the valid COM server TLI.TLIApplication?
이전 댓글 표시
Why does the ACTXSERVER function fail on the valid COM server TLI.TLIApplication?
I get the following error when I try to create an ActiveX automation server in MATLAB:
h = actxserver('TLI.TLIApplication')
??? TLI.TLIApplication : No such interface supported
Error in ==> F:\MATLAB6p1\toolbox\matlab\winfun\@activex\private\actxcli.dll
Error in ==> F:\MATLAB6p1\toolbox\matlab\winfun\@activex\activex.m
On line 17 ==> h.Handle=actxcli(varargin{:});
Error in ==> F:\MATLAB6p1\toolbox\matlab\winfun\actxserver.m
On line 15 ==> h=activex('server',varargin{:});
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!