CVS Life
Support for registry operations have been added this night.
This support is incomplete and will grow soon.
implemented June 04, 2006
RegCloseKey(HKEY)
RegEnumKeyEx(HKEY, int, RegKey)
RegOpenKeyEx(HKEY, String, int, REGSAM)
RegQueryInfoKey(HKEY, RegQueryKey)
implemented June 05, 2006
RegEnumValue(HKEY, int, RegValue)
RegGetValue(HKEY, String, String, int, RegData)
RegQueryValueEx(HKEY, String, RegData)
And a main() to list all the ActiveX in the registry (in progress).
implemented June 09, 2006
User32.setWindowPos()
Changed all comments from GPL licence to LGPL
Have fun.