From 880721d08fed725d87f743e1a5dfc8d4d7b1f2f4 Mon Sep 17 00:00:00 2001 From: Phil Mesnier Date: Fri, 15 Jul 2005 21:59:45 +0000 Subject: Fri Jul 15 16:17:34 2005 Phil Mesnier --- TAO/docs/Options.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'TAO/docs') diff --git a/TAO/docs/Options.html b/TAO/docs/Options.html index 604b7db6965..00cd5f67782 100644 --- a/TAO/docs/Options.html +++ b/TAO/docs/Options.html @@ -382,7 +382,9 @@ also removes the ability to interoperate with ORBs on systems using alternative character or wide charater encodings. The default value may be set at compile time by defining TAO_NEGOTIATE_CODESETS 0 in orbconf.h. Codeset negotiation support is enabled by default in -TAO as shipped. +TAO as shipped.
Note to static lib users In order to build +TAO statically and get the codeset negotiation feature, two additional steps +are needed to ensure the TAO_Codeset library is linked in and initalized. Add the MPC feature "negotiate_codesets=1" to the default.features file and regenerate your makefiles, and add #include "tao/Codeset/Codeset.h" somewhere in your application source, such as the cpp file containing your main. -ORBSingleReadOptimization boolean (0|1) -- cgit v1.2.1