[1/5] vbscript: Added stub DLL

Jacek Caban jacek at codeweavers.com
Sun Mar 8 20:01:16 CDT 2009


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



More information about the wine-devel mailing list