The information in this article applies to:
SUMMARYSome ActiveX controls can support early binding, that is, where the control supports a dual interface (a combination of an IDispatch and a Vtable interface). If an ActiveX control registers itself incorrectly as supporting a dual interface, then it might produce incorrect error messages. These errors may include Invalid Page Fault errors under Windows 95 or Access Violation errors under Windows NT. MORE INFORMATION
Some ActiveX controls might be incorrectly registered as supporting Vtable
binding. This might cause an error when you use an ActiveX control. Visual
FoxPro 5.0 addresses this error in the development environment by adding
the "NoDualInterface" key to the registry. This key lists three known
controls that can register themselves as supporting Vtable binding. Note
that there may be other Activex controls that register themselves as
supporting Vtable binding when, in fact, they do not. If you add them to
this list, they function properly.
REFERENCESFor more information about how to write a program in Visual FoxPro to update the registry, please see the following article in the Microsoft Knowledge Base: Q135398 How To Write to the Windows Registry Using API CallsFor more information about early binding, please see the following article in the Microsoft Knowledge Base: Q138138 Three Binding Types (Late, ID, Early) Possible in VB for AppsCurrently, Visual FoxPro 5.0 is the only Microsoft product that supports the early Vtable binding of an ActiveX control. To disable dual-interface functionally of an ActiveX control, use the SYS(2333) function. Additional query words:
Keywords : kbsetup kbVFp500 kbVFp600 |
Last Reviewed: August 19, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |