1b6 Subj : Inportb in Win32? To : borland.public.cpp.borlandcpp From : Mark Chappell Date : Tue Jul 01 2003 11:47 am Hi Functions to read ports that compile fine into a DOS (Standard) exe, in BorlandC++ 5.02, do not compile to a Win32 Console application. #include main() { char ch = inportb(0x3DA) & 8; } How can one read ports with a 32 bit application? Mark Chappell . 0