NOTE: These release notes can be found in the distribution at ACE_wrappers/OCIReleaseNotes.html.
Table of Contents
Platforms that this release was tested on:
General Notes |
|
|
New Features |
||
Many important new features and bug fixes have been introduced in TAO 1.6a. They are described briefly here. These and many other features of TAO 1.6a are detailed in OCI's TAO Developer's Guide, Version 1.6a, which will be available separately.
For a detailed description of the motivation for and implementation of a
particular change, see the appropriate
|
Porting Applications from TAO 1.5a to TAO 1.6a |
||
MPC
|
||
ACE
|
||
TAO
|
AIX |
||||||
The AIX builds use the When using GNU Make that is part of
AIX toolbox for Linux applications, it may be necessary to modify the
file access permissions of the make executable to ensure the chmod 755 /opt/freeware/bin/make See this message for further information. Use version 3.80, or newer. Files Used for AIX Builds
|
HP-UX |
||||||||||||
The HP-UX builds use the Files Used for HP-UX Builds
|
Linux |
|||||||||
The Linux builds use the
|
Mac OS X |
||||||
The Mac OS X builds use the
|
Real Time OS's |
||||||||||||||||||
The Real Time OS builds use the
|
Solaris |
|||||||||
The Solaris builds use the
Sun C++ Notes Due to the way that static construction works, it may be necessary to set the LD_BIND_NOW environment variable to a non-null value. If you are getting strange results during process startup, try setting this environment variable and running the process again. Use the fast=1 instead of optimize=1 for optimizing with Sun compilers because it selects a combination of compilation options for optimum execution speed. Other optimization levels may reduce the footprint, but do not have a corresponding flag in ACE/TAO. When using a Sun compiler greater than SunCC 5.5, that is, Sun Studio 9 or greater, on Sun OS 5.8, then certain OS patches are required. The patches and levels used at OCI are 109147-37 (-21 is probably adequate), 108434-18 and 108435-18 (earlier versions are not adequate). |
Windows |
||||||||||||
The Windows builds use the
The following // contents of config.h #define ACE_DISABLE_WIN32_ERROR_WINDOWS #define ACE_DISABLE_WIN32_INCREASE_PRIORITY #include "config-win32.h" The first line disables the popup of error windows when running the automated tests. It is not normally needed for ordinary user programs. It would only be used if an automated build was being done. The Windows Compile Notes
|