Why does the ACTXSERVER function fail on the valid COM server TLI.TLIApplication?
Show older comments
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{:});
Accepted Answer
More Answers (0)
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!