Hi Alexandre,
> From: ext Alexandre Julliard [mailto:[EMAIL PROTECTED]
>
> For the standard registry files you'd have to do it in
> load_init_registry_from_file() and save_branch(). It still won't
> prevent one server from overwriting changes made by others of course.
thanks, you are correct: th
Hello Wine developers,
we try to use Wine in clustered environment with multiple
Wine processes being started simultaneously on 8 to 80 Linux
machines by a modified GNU make. The source code being built
is located on an NFS mount visible by all cluster machines.
Unfortunately Wine fails after
Hello,
wouldn't it be nicer to use sizeof(copyCmd) here?
if (GetEnvironmentVariable(COPYCMD, copyCmd, MAXSTRING)) {
There are many spots like this in wcmdmain.c
Regards
Alex
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of ext Alexandre
Julliard
Hello Jason,
I'm just curious: xcopy.exe is an external program in Windows,
but you want to make it a builtin command in Wine?
Regards
Alex
> -Original Message-
> [mailto:[EMAIL PROTECTED] On Behalf Of ext Ann
> & Jason Edmeades
>
> If I now run "wine xcopy", then it works (and gives
Hello Jason,
>>PS: I think char string[1024]; in the main() should be extended
>>to char string[2048]; as well! (please see the MS note above)
>Yes, I'd agree (to MAXSTRING, but change the 1024 in at least one of
the calls appropriately as well)
yes, there are several places in wcmdma