Why does the ACTXSERVER function fail on the valid COM server TLI.TLIApplication?
Mostrar comentarios más antiguos
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{:});
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!