Andrew Wright
May 21st, 2002, 08:22 AM
I need to make some COM objects that are fully usable from VBScript and JavaScript. They use multiple interfaces and one of these custom interfaces is used to pass the object. For example, get_Foo returns the object using the IFoo interface. I have heard that there may be problems with JavaScript if the IFoo interface is not the default dispatch interface. Is it better to use a wrapper object?