[omniORB] How to determine installed omniORB version?

Duncan Grisby duncan at grisby.org
Thu Feb 11 13:46:05 GMT 2010


On Wed, 2010-02-10 at 12:20 -0800, Tom O'Reilly wrote:
> How 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         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --





More information about the omniORB-list mailing list