Re: mscms: check an appropriate registry key.

2006-01-19 Thread Alexandre Julliard
James Hawkins <[EMAIL PROTECTED]> writes: > If you're adding the traces for debugging purposes, keep the traces in > your tree, but don't add them back to wine. It's perfectly legitimate to add traces in order to debug the tests, that's why we have the trace() macro. And it's not possible for a s

Re: mscms: check an appropriate registry key.

2006-01-18 Thread James Hawkins
On 1/18/06, Saulius Krasuckas <[EMAIL PROTECTED]> wrote: > * On Wed, 18 Jan 2006, James Hawkins wrote: > > * On 1/18/06, Saulius Krasuckas <[EMAIL PROTECTED]> wrote: > > > + > > > +hkIcmKey = reg_open_mscms_key(); > > > +if (!hkIcmKey) > > > +{ > > > +trace("Key > > > 'HKLM\\SO

Re: mscms: check an appropriate registry key.

2006-01-18 Thread Saulius Krasuckas
* On Wed, 18 Jan 2006, James Hawkins wrote: > * On 1/18/06, Saulius Krasuckas <[EMAIL PROTECTED]> wrote: > > + > > +hkIcmKey = reg_open_mscms_key(); > > +if (!hkIcmKey) > > +{ > > +trace("Key > > 'HKLM\\SOFTWARE\\Microsoft\\Windows*\\CurrentVersion\\ICM\\RegisteredProfiles' > >

Re: mscms: check an appropriate registry key.

2006-01-18 Thread James Hawkins
On 1/18/06, Saulius Krasuckas <[EMAIL PROTECTED]> wrote: > + > +hkIcmKey = reg_open_mscms_key(); > +if (!hkIcmKey) > +{ > +trace("Key > 'HKLM\\SOFTWARE\\Microsoft\\Windows*\\CurrentVersion\\ICM\\RegisteredProfiles' > not found\n" ); > +return; > +} We shoul fail s