[2/2] scrrun: Register Scripting interfaces

Jacek Caban jacek at codeweavers.com
Thu Jan 26 08:54:44 CST 2012


On 01/25/12 15:03, Nikolay Sivov wrote:
> 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.

Moving the implementation won't change the fact that they need to be in
all typelibs, so it will still need to be in global file or duplicated.

Jacek




More information about the wine-devel mailing list