Re: Move the system.ini/[drivers32] section to the registry

2003-11-28 Thread Eric Pouech
Dimitrie O. Paun wrote: On November 24, 2003 03:00 pm, Eric Pouech wrote: the only part that bugs me is that we may use twice the same device if it's present both in system.ini and registry. I didn't test how MS behaves regarding this, but this may cause some issues. What about we cross this bri

Re: Move the system.ini/[drivers32] section to the registry

2003-11-25 Thread Alexandre Julliard
"Dimitrie O. Paun" <[EMAIL PROTECTED]> writes: > Any more info on this stuff other than this: > > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sysinfo/base/writeprivateprofilestring.asp No, but I think the above page is a pretty good description of the mechanism (better a

Re: Move the system.ini/[drivers32] section to the registry

2003-11-24 Thread Dimitrie O. Paun
On November 24, 2003 11:44 pm, Alexandre Julliard wrote: > What you really want is implement the INIFileMapping mechanism in the > profile functions. Any more info on this stuff other than this: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sysinfo/base/writeprivateprofiles

Re: Move the system.ini/[drivers32] section to the registry

2003-11-24 Thread Alexandre Julliard
"Dimitrie O. Paun" <[EMAIL PROTECTED]> writes: > I'd just get rid of all *Profile* calls from Wine, and just deal > with the registry. If we need to support it, we can just merge > system.ini into the registry at startup as transient values (can > we do that?), and special case system.ini in the P

Re: Move the system.ini/[drivers32] section to the registry

2003-11-24 Thread Dimitrie O. Paun
On November 24, 2003 03:00 pm, Eric Pouech wrote: > the only part that bugs me is that we may use twice the same device if > it's present both in system.ini and registry. I didn't test how MS > behaves regarding this, but this may cause some issues. What about we cross this bridge when we get ther

Re: Move the system.ini/[drivers32] section to the registry

2003-11-24 Thread Eric Pouech
Dimitrie O. Paun wrote: On November 22, 2003 03:18 am, Eric Pouech wrote: This will break any native Win9x driver configuration. OK, here it is again, this time around with system.ini support still in here. Hope this one is acceptable. the only part that bugs me is that we may use twice the same

Re: Move the system.ini/[drivers32] section to the registry

2003-11-24 Thread Dimitrie O. Paun
On November 22, 2003 03:18 am, Eric Pouech wrote: > > This will break any native Win9x driver configuration. OK, here it is again, this time around with system.ini support still in here. Hope this one is acceptable. ChangeLog Move the system.ini/[drivers32] section to the registry.

Re: Move the system.ini/[drivers32] section to the registry

2003-11-22 Thread Eric Pouech
Dimitrie O. Paun wrote: Alexandre, After this patch (provided you have applied the MCI one), you should remove documentation/samples/system.ini: $ cvs rm -f documentation/samples/system.ini ChangeLog Move the system.ini/[drivers32] section to the registry. This will break any native Win9x