Scripter and interfaces

Hi,

Im am using tms scripter and rely havily on OmniXML. OmniXML uses interfaces a lot.
Functions and procedures in OmniXML in which interfaces are used result in AV.
Is this a known issue of am in doing something wrong?
Can tms scripter handle interfaces?
Best whishes

Hello,


TMS Scripter can use interfaces that inherit from IDispatch, thus it can retrieve the methods and properties at runtime. Interfaces that do not inherit from IDispatch are not supported.