Hi Jacek,
thanks for looking at my patches.
VB uses IDispatch, VBScript uses IDispatchEx. See MSDN doc for
IDispatchEx. But I should probably delete this and other superfluous
includes, as they currently not yet used.
This is a spare time project for me in order to learn more about active
scrip
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