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

From Apache OpenOffice Wiki
< Uno‎ | Binary‎ | Modules
Jump to: navigation, search
(Module description for "registry".)
 
m (Fixed registry/test path.)
 
(4 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
{{Uno/UDKlink|registry}}
 
{{Uno/UDKlink|registry}}
  
==Tests==
+
{{:Uno/Binary/Modules/registry/test}}
* {{Uno/UDKlink|registry/test/regcompare}}
+
: cd registry/test/regcompare
+
: dmake #Upon failure dmake aborts with an error.
+
  
  
[[Category:Uno:Binary:Module]]
+
[[Category:Uno]]
 +
[[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