Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Old qnx4 function not supported under qnx6: (1 Item)
   
Old qnx4 function not supported under qnx6  
There are a number of function that where pointed out be the migration tool for porting over qnx4 code to qnx6.  Some I 
have been successful in writing replacement function for, but function that where supported in C's hearer file 'conio.h'
 have also gone away.  The migration tool suggest using read() for getch() and tcischars() for kbhit().  Can you give an
 example of how this is done?  There function seem to be designed for file pointer and not for stdin.