Re: HKEY_DYN_DATA in win9x

2004-07-08 Thread Mike Hearn
On Wed, 07 Jul 2004 21:05:58 -0400, Robert Reif wrote: > Where and how. It looks like wine/misc/registry.c _allocate_default_keys > is creating HKEY_DYN_DATA\PerfStats but adding code for a new key doesn't > get called. How and when does this code get called. Make sure the wineserver shuts down

Re: HKEY_DYN_DATA in win9x

2004-07-07 Thread Robert Reif
Mike Hearn wrote: Isn't that Plug'n'Play/hardware information? We may need to just fill out a few dummy entries. On Tue, 06 Jul 2004 18:30:12 -0400, Robert Reif wrote: I have a program that fails when it can't find HKEY_DYN_DATA\Config Manager\Enum in the registry. Any pointers on where to sta

Re: HKEY_DYN_DATA in win9x

2004-07-07 Thread Mike Hearn
Isn't that Plug'n'Play/hardware information? We may need to just fill out a few dummy entries. On Tue, 06 Jul 2004 18:30:12 -0400, Robert Reif wrote: > I have a program that fails when it can't find HKEY_DYN_DATA\Config > Manager\Enum > in the registry. Any pointers on where to start?

HKEY_DYN_DATA in win9x

2004-07-06 Thread Robert Reif
I have a program that fails when it can't find HKEY_DYN_DATA\Config Manager\Enum in the registry. Any pointers on where to start?