conio.h

When i try to compile noppp.c (a programmer for PIC1684), I find that there is no conio.h :frowning:
Is there another way to “conio” in qnxrtp? I find that QNX4 does have conio.h, but can’t find it in the rtp…

Can anyone help me?

If you can help me but need the source, then drop a mail.

thank you
Olav Bjarne Instefjord
ob@instefjord.com

I may be wrong but isn’t conio.h the interface for the DOS console functions
for text manipulation on the screen?

If that is the case then what you would need to do is port the software to use
the unix screen manipulation functions in lib[n]curses. I’m not sure where the
best documentation is for this but “Beginning Linux Programming”, published by
Wrox Press has a really good chapter on terminal programming using curses.

Cheers,

Kris

Olav Bjarne Instefjord <ob@instefjord.com> wrote:

When i try to compile noppp.c (a programmer for PIC1684), I find that there is no conio.h > :frowning:
Is there another way to “conio” in qnxrtp? I find that QNX4 does have conio.h, but can’t find it in the rtp…

Can anyone help me?

If you can help me but need the source, then drop a mail.

thank you
Olav Bjarne Instefjord
ob@instefjord.com


Kris Warkentin
kewarken@qnx.com
(613)591-0836 x9368
“You’re bound to be unhappy if you optimize everything” - Donald Knuth

Thank you.

Previously, Kris Eric Warkentin wrote in qdn.public.qnxrtp.porting:

I may be wrong but isn’t conio.h the interface for the DOS console functions
for text manipulation on the screen?

If that is the case then what you would need to do is port the software to use
the unix screen manipulation functions in lib[n]curses. I’m not sure where the
best documentation is for this but “Beginning Linux Programming”, published by
Wrox Press has a really good chapter on terminal programming using curses.

Cheers,

Kris

Olav Bjarne Instefjord <> ob@instefjord.com> > wrote:
When i try to compile noppp.c (a programmer for PIC1684), I find that there is no conio.h > :frowning:
Is there another way to “conio” in qnxrtp? I find that QNX4 does have conio.h, but can’t find it in the rtp…

Can anyone help me?

If you can help me but need the source, then drop a mail.

thank you
Olav Bjarne Instefjord
ob@instefjord.com

\

Kris Warkentin
kewarken@qnx.com
(613)591-0836 x9368
“You’re bound to be unhappy if you optimize everything” - Donald Knuth