regsvr32: Replace printf calls with WriteConsole function (try 2)

Austin English austinenglish at gmail.com
Mon Mar 31 13:50:26 CDT 2014


On Mon, Mar 31, 2014 at 7:16 AM, Lauri Kenttä <lauri.kentta at gmail.com>wrote:

> On 2014-03-31 03:14, Hugh McMaster wrote:
>
>> Fair point.  Using your examples as a starting point, what do you
>> think of the following options:
>> (1)    Call DllInstall, passing an optional [cmdline]. When used with
>> [/u], passes an uninstall flag to DllInstall.
>> (2)    Call DllInstall, passing an optional [cmdline]. When used with
>> [/u], an uninstall flag is passed to DllInstall.
>> (3)    Call DllInstall, passing an optional [cmdline]. When used with
>> [/u], uses DllInstall to uninstall the DLL.
>> (4)    Call DllInstall, passing an optional [cmdline]. When used with
>> [/u], the bInstall parameter of DllInstall is set to FALSE.
>>
>> For the record, I'm favouring options (3) and (4).
>>
>
> I'd go with (1) or (3), optionally replacing "uses" with "calls". (3) is
> probably the easiest to translate.
>
> --
> Lauri Kenttä
>
>
>
(3) is the easiest to understand (to me as a native English speaker), FWIW.

-- 
-Austin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20140331/fe2cc28a/attachment.html>


More information about the wine-devel mailing list