Post by Tom O'ReillyHow can I determine which version of omniORB is installed on my system?
Programatically, or as a person looking at the machine?
At run time, you can call omniORB::versionString() or
omniORB::versionHex() to get the version in string or hex encoded form.
If you're just looking, the version number is embedded in the library
name, e.g. omniORB414.dll on Windows and libomniORB4.so.1.4 on Unix.
Cheers,
Duncan.
--
-- Duncan Grisby --
-- ***@grisby.org --
-- http://www.grisby.org --