Note that the previous CORBA applications do not need to change their build process and link with the new ORB library names. Existing applications also do not have to modify their build process as they can still link up their application with ”orb_r” libraries on Windows or "liborb" libraries on UNIX or Linux platforms.These libraries are now just the archives of all the dynamically linked ORB libraries. Most compilers can determine the dynamically linked ORB libraries in "orb_r" or "liborb" that the application depends on and thus determine which should be loaded during the runtime.The "liborb" or "orb_r" library is not the only library required in VisiBroker deployment. As a minimum, the following libraries should also be included: liborbcore, libvport, libvdlog, libduser, and liblocsvc. Depending on what other features are used, additional libraries may need to be deployed as well.