RE: Corrupted system.reg in clustered environment - where to look?

2007-03-30 Thread Alexander.Farber
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

Corrupted system.reg in clustered environment - where to look?

2007-03-30 Thread Alexander.Farber
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

RE: Jason Edmeades : xcopy: Add support for COPYCMD override and fix /-y.

2007-03-30 Thread Alexander.Farber
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

RE: xcopy / cmd question (lack of real exe in system32)

2007-03-22 Thread Alexander.Farber
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

RE: Enlarge max. length of PATH variable in programs/cmd/wcmdmain.c

2007-03-21 Thread Alexander.Farber
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