Old term routines and QNX 4.25

I am about to port an old application from QNX 4.22 to 4.25. It uses the old
QNX term_xxxx() terminal routines. I know that they have been deprecated,
but are they still available with 4.25 and Watcon 10.6? I noticed that
qnxterm.h is still around, so I am hoping that I won’t have to mess with
changing to NCURSES or writing my own package.

Thanks,

Kevin

Kevin Miller <kevin.miller@transcore.com> wrote:

I am about to port an old application from QNX 4.22 to 4.25. It uses the old
QNX term_xxxx() terminal routines. I know that they have been deprecated,
but are they still available with 4.25 and Watcon 10.6? I noticed that
qnxterm.h is still around, so I am hoping that I won’t have to mess with
changing to NCURSES or writing my own package.

I think they’re still around with 4.25 and Watcom 10.6.

You will probably have to explicitly link with -lterm as they are no
longer in the default C lib.

-David

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