On 1/25/2012 15:21, Jacek Caban wrote:
On 01/25/12 11:59, Nikolay Sivov wrote:
On 1/25/2012 12:35, Alistair Leslie-Hughes wrote:
Hi,
Changelog: scrrun: Register Scripting interfaces
Some of this are already used in wshom.ocx, I'm not sure which one should take precedence and implement that. Probably it changed in recent Windows versions?
Note that there is already an overlap with wscript.exe and wshom.ocx. We may consider moving common parts to a global header if needed, but I'm not sure we care much at this point. Also it looks like scrrun.dll it the dependency of others. It exports DoOpenPipeStream, which suggests that others should use it at least for streams implementation, but it's undocumented, so it problematic for us anyway.
That's what I meant, it should be implemented in one place, after that you probably won't need duplicated *.idls.
Jacek