PDA

Click to See Complete Forum and Search --> : outp()


VIsualPenguin
Apr 29th, 2002, 04:47 AM
I try to use outp() but MS VC++ says that it's an undeclared identifier. in which library is this function declared?????

VIsualPenguin

CornedBee
Apr 29th, 2002, 06:09 AM
outp should be in conio.h, but I suppose you can't use it in NT, only 9x, and be careful not to break things.

nabeels786
Apr 29th, 2002, 05:37 PM
why not in NT? j/w

parksie
Apr 29th, 2002, 06:00 PM
Direct hardware access (i.e. outp and certain processor instructions) isn't allowed in NT, for the sake of stability.