Discussion:
[omniORB] How to determine installed omniORB version?
Tom O'Reilly
2010-02-11 02:21:05 UTC
Permalink
How can I determine which version of omniORB is installed on my system?

Thanks,
Tom
Duncan Grisby
2010-02-11 19:46:10 UTC
Permalink
Post by Tom O'Reilly
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 --
-- ***@grisby.org --
-- http://www.grisby.org --
Loading...