Registry Function Library
What's New
1.61
- Fixed
template error "variable %ExpLineNumber is not defined" when
using the legacy template with Clarion 6.1.
1.6
- Renamed
GetReg to RFL_GetReg and PutReg to RFL_PutReg due to clash with new C6
functions.
- Equates
for Registry Data Types OMITted if Clarion 6.0.
- ImportRegFile
was not working for Binary values with continuation characters.
1.53
- (Legacy) Fix "Link Error: xxxxxx is unresolved
for export" message that occurs when making a DLL where RegFunc that
is external declared in another DLL.
1.52
- When using EnumReg and EnumKey on
NT/2000, the key name was not returned when the value for
the key was not set.
1.51
- Removed use of Windows.Inc file, which
is not part of a Clarion 5.0 installation.
1.5
- New functions to enumerate entries in
the registry. EnumReg fills a QUEUE with the name, type, and
content of all subkeys and values for a target key. EnumValue returns the name, type, and content of a
value in a key by position. EnumKey
returns the name and content of a subkey in a key by
position.
- All 16-bit Windows API calls have been
removed and replaced with the 32-bit call.
- Clarion 4 is no longer supported.
1.11
- The ABC (regflabc.tpl) template would
get an error when it was attempting to write entries to
the APP's export file.
- ImportRegFile - Remnants from importing the previous
value would sometimes be appended to the current value
being imported.
1.1
- No more LIBs
- Same install can be used for Clarion4
and Clarion5. (CW2 is not supported.)
- DWORD and BINARY data types supported
in GetReg, PutReg and ImportRegFile.
- Use GetReg and PutReg to access
HKEY_USERS\.Default\Software key.
See the User's Manual for a
complete list.
Home
Copyright 2005, Jeffrey Jones
Updated: April 11, 2005