Application Delivery Management
Application Modernization & Connectivity
CyberRes by OpenText
IT Operations Management
VisiBroker for C 8.x Shared Library Repackaging
Tip: Do not confuse "Complete ORB wrapper" with "Core ORB".
Core ORB is a mandatory library (as well as *vdlog[64]_r.[so|lib], *vport[64]_r.[so|lib]) that needs to be linked with the user application.
The Complete ORB wrapper (orb) on the other hand, is an archive for supported Unix platforms or a one monolithic Object File Library for Windows of all the 6 component libraries, plus the Core ORB. It is maintained in Version 8.x for easier migration (i.e. no need to change the Makefile).
Listing of liborb64_r.a archive:
bash-3.00$ ar tv liborb64_r.a
Note that the Complete ORB wrapper (orb) library has the biggest footprint since it includes the 6 components, plus the Core ORB.
Options when migrating to VisiBroker 8.x
Related Topics: