Difference between revisions of "Uno/Binary/Modules/registry"

From Apache OpenOffice Wiki
< Uno‎ | Binary‎ | Modules
Jump to: navigation, search
m (Fixed registry/test path.)
 
Line 7: Line 7:
 
{{Uno/UDKlink|registry}}
 
{{Uno/UDKlink|registry}}
  
{{:Uno/Binary/Module/registry/test}}
+
{{:Uno/Binary/Modules/registry/test}}
  
  

Latest revision as of 12:25, 20 October 2009

The "registry" module implements the ".rdb" access library (libreg.so) as well as the tools for dealing with ".rdb" files,

  • regcompare - to compare two ".rdb" files,
  • regmerge - to merge one or more ".rdb" files into another ".rdb" file,
  • regview - to dump the content of an ".rdb" file.

CVS

udk/registry

Tests

cd registry/test/regcompare
dmake #Upon failure dmake aborts with an error.
Personal tools