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

From Apache OpenOffice Wiki
< Uno‎ | Binary‎ | Modules
Jump to: navigation, search
m (Separated categories.)
m (Fixed registry/test path.)
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
{{Uno/UDKlink|registry}}
 
{{Uno/UDKlink|registry}}
  
{{:Uno/Binary/Module/registry/test}}
+
{{:Uno/Binary/Modules/registry/test}}
  
  
 
[[Category:Uno]]
 
[[Category:Uno]]
[[Category:Binary]]
+
[[Category:Uno:Binary]]
 
[[Category:Module]]
 
[[Category:Module]]

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