AxWrap: Sample ActiveX Script engine "language wrapper" ftp://ftp.microsoft.com/developr/drg/ActiveXScript/axwrap.exe This is axwrap.exe, a self-extracting executable of a "language wrapper", intended to help developers writing ActiveX Script engines. It provides an implementation guide document that illustrates all of the tasks necessary to integrate a language into the sample frame work. The actual engine in the sample doesn't do much except spit out a trace of the functions and parameters of the ActiveX Scripting interfaces and the IScript wrapper interface that are called. This is still pretty useful for ISVs since they can see under what conditions the host will call their interfaces. In addition, it documents the ActiveX scripting interface implementations and the IScript interface members to make it easier for script engine implementors to see which methods do what. There is an effort underway to add a "real" language implemementation to more concretely show things like OLE Automation handling, name space management etc. This will hopefully be available in the near future. Warning: This sample is not blessed by Product Support and is not supported in any way at this time. Warning: This code was written with Microsoft Visual C++ 4.x, and may not work with other C++ compilers. To discuss ActiveX Script issues, please use the ActiveXScript mailing list run on listserv@listserv.msn.com. For more information on how to subscribe, please read http://www.microsoft.com/workshop/resource/mail.htm.