Re: [1/5] vbscript: Added stub DLL
March 8, 2009
8:01 p.m.
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
6231
Age (days ago)
6231
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban