catopen() catclose() and catgets()

Hi, I am porting a Linux application to QNX. Are there any equivalent
functions, routines that accomplish the similar things of catopen(),
catclose() and catgets()?

Has anyone ported these functions to QNX?

Thanks for any advise.

-Beth

Beth <id@address.com> wrote:

Hi, I am porting a Linux application to QNX. Are there any equivalent
functions, routines that accomplish the similar things of catopen(),
catclose() and catgets()?

What do catopen(), catclose() and catgets() do?

-David

QNX Training Services
http://www.qnx.com/support/training/
Please followup in this newsgroup if you have further questions.

From what I understand so far. They are message catalogs interface defined
by POSIX to retrieve messages for the language you indicate.

-Beth

David Gibbs wrote:

Beth <> id@address.com> > wrote:
Hi, I am porting a Linux application to QNX. Are there any equivalent
functions, routines that accomplish the similar things of catopen(),
catclose() and catgets()?

What do catopen(), catclose() and catgets() do?

-David

QNX Training Services
http://www.qnx.com/support/training/
Please followup in this newsgroup if you have further questions.

Beth <id@address.com> wrote:

From what I understand so far. They are message catalogs interface defined
by POSIX to retrieve messages for the language you indicate.

Hm…there is some stuff like this associated with the Photon Application
Builder…

ApLoadMessageDB();
ApGetMessage();
ApCloseMessageDB();

But, I don’t think there is a generic facility for this under
QNX.

-David

QNX Training Services
http://www.qnx.com/support/training/
Please followup in this newsgroup if you have further questions.