Difference between revisions of "Uno/Cpp/Modules/CPPUhelper"

From Apache OpenOffice Wiki
< Uno‎ | Cpp‎ | Modules
Jump to: navigation, search
(Moved out the test section.)
m (Fixed path to cppuhelper/test.)
 
(5 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
{{Uno/UDKlink|cppuhelper}}  - [[Uno/Cpp|C++ Uno]] runtime.
 
{{Uno/UDKlink|cppuhelper}}  - [[Uno/Cpp|C++ Uno]] runtime.
  
{{:Uno/Cpp/Module/CPPUhelper/test}}
+
==Implementations==
 +
<DPL>category=Impl
 +
category=Module:CPPUhelper</DPL>
 +
{{:Uno/Cpp/Modules/CPPUhelper/test}}
  
 
+
[[Category:Uno]]
[[Category:Uno:Cpp:Module]]
+
[[Category:Cpp]]
 +
[[Category:Uno:Cpp]]
 
[[Category:Module]]
 
[[Category:Module]]
 +
[[Category:Source_directories]]

Latest revision as of 12:38, 20 October 2009

CPPU helper, which stands for C++ Uno helper, but basically implements most of C++ Uno.

CVS

udk/cppuhelper - C++ Uno runtime.

Implementations

Tests

dmake #upon failure dmake aborts with error
dmake
cd udk/cppuhelper/test/testlib
dmake
cd <platform>/bin
# Perl changed library demand loading somehow, does not seem to be RTLD_GLOBAL anymore,
# there exception symbols do not get resolved uniquely, LD_PRELOAD is a workaround.
if Linux: setenv LD_PRELOAD ...../unxlngi6.pro/lib/libuno_cppuhelper.so.3
perl[5] testdefaultbootstrapping.pl #provides status (success or failure)
./testhelper #provides status - Currently fails on Solaris
./test_cfg #provides status - Currently fails on Solaris
Personal tools