ton7
Electrical
- Sep 3, 2003
- 2
How can I read/write bits in the parallel port usin C/C++ in WinXP? Because direct hardware access in 32-bit Windows is generally not allowed. While it can be done in the Win9x OS by using inline assembly, this is generally discouraged as this technique is not supported under WinNT.
And the following program features and language elements are either no longer supported or no longer used in C++Builder 5.5:
inport
inportb
outport
outportb
And the following program features and language elements are either no longer supported or no longer used in C++Builder 5.5:
inport
inportb
outport
outportb