Rogue Wave Component Builder (RCB): Building Your Applications : PART II Module-Specific Build Information : Chapter 3 Internationalization Module Build Information
Chapter 3 Internationalization Module Build Information
International Components for Unicode (ICU)
The Internationalization Module depends on the International Components for Unicode (ICU), an open source library written in C and C++, and developed and maintained by IBM. The Internationalization Module is certified against the version of the ICU that shipped with your SourcePro C++ installation, although it is possible that similar versions may work as well.
Location
The ICU is included in binary form with the Internationalization Module. When the Internationalization Module is installed, the ICU is installed in the following locations.
On Windows:
installdir\3rdparty\icu-ver\windows\arch\bin
installdir\3rdparty\icu-ver\windows\arch\include
installdir\3rdparty\icu-ver\windows\arch\lib
On UNIX:
installdir/3rdparty/icu-ver/os/arch/bin
installdir/3rdparty/icu-ver/os/arch/include
installdir/3rdparty/icu-ver/os/arch/lib
installdir/3rdparty/icu-ver/os/arch/sbin
 
You can use these installations, or use the RCB GUI to specify that you want to use an ICU that is already installed on your machine.
NOTE >> The Internationalization Module requires a valid installation of the ICU. Methods in the Internationalization Module throw exceptions if an invalid or improperly configured ICU is detected. The Internationalization Module is certified against the version of the ICU that shipped with your SourcePro C++ installation.