in reply to Win32API::Registry -- RegOpenKeyEx fails when called 2 times.
Two quotes from the very beginning of the Win32::Registry documentation:
obsolete, use Win32::TieRegistry
and
NOTE: This module provides a very klunky interface to access the Windows registry, and is not currently being developed actively. It only exists for backward compatibility with old code that uses it. For more powerful and flexible ways to access the registry, use Win32::TieRegistry.
So, why don't you just use Win32::TieRegistry?
Alexander
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Win32API::Registry -- RegOpenKeyEx fails when called 2 times. (our 2^H3 main weapons)
by tye (Sage) on Mar 13, 2010 at 07:27 UTC | |
by afoken (Chancellor) on Mar 14, 2010 at 15:20 UTC | |
by ashah21 (Initiate) on Mar 14, 2010 at 18:03 UTC | |
|
Re^2: Win32API::Registry -- RegOpenKeyEx fails when called 2 times.
by ashah21 (Initiate) on Mar 14, 2010 at 18:18 UTC |