[1/5] vbscript: Added stub DLL

2009-03-10 Thread Robert Wilhelm
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

Re: [1/5] vbscript: Added stub DLL

2009-03-08 Thread Jacek Caban
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