Hi Robert,
Robert Wilhelm wrote:
Third try of my effort to get create vbscript skeleton similar to jscript one.
Your patch series looks good for me, except one little problem:
+#include "windef.h" +#include "winbase.h" +#include "winuser.h" +#include "ole2.h" +#include "dispex.h" +#include "activscp.h" + + +
AFAIK VBScript is not based on IDispatchEx (except it uses just IDispatch), so you shouldn't need to include dispex.h. (While we're at this, also empty lines in the end of file should be removed).
BTW, are you planning working further on VBScript implementation?
Thanks, Jacek