critical impact:
Messages - not supported (CrUn245)
Problem description
The Messages class exists on Tru64 UNIX but not on HP-UX.
On Tru64 UNIX, Messages is an abstraction of a message file, which associates a message number with a text string. It retrieves the text of a message in a log or file that is separate from your program. It is not part of C++ standards and is no longer a supported interface on Tru64 UNIX. Identifiers
 Messages |
 messages.hxx |
|
|
See also
Solution description
Review your code and applicable manpages to determine how to resolve this issue.
Messages(3C++) is a non-standard implementation of messages(3C++std) on Tru64 UNIX, which is the preferred way to access a localized messaging facility. HP-UX supports the standard messages(3C++std) class. See also
Problem summary
| classifications |
source types |
OS release |
severity |
type |
| I18N, IO |
C++, Make |
any HP-UX 11i version |
critical |
unavailable |
|