> Hi reader
> I would like to use the c function inp() and outp() under windows 3.1
> and windows nt, I can visual c 1.5 for wfw or visual c 2.0 for NT.
> I have to use a card that use the address 0x300 using inp and outp.
under Windows 3.1 I use with Borland C++ 3.1
my_data_byte = inportb(0x300);
or
outportb(0x300, my_data_byte);
Under Windows NT it doesn't work this way. There should be an
article about it in Dr. Dobbs Journal of May '96.
Stefan
1. inp & outp in windows 3.1 and windows Nt
Hi reader
I would like to use then port i/o under windows 3.1 and windows nt.
I can use visual c 1.5 for wfw or visual c 2.0 for NT.
Is it possibile? How I can do it?
Thanks in advance
Oscar CALEFI
3. Can I use inp & outp in Windows?
5. Port I/O with inp() and outp() Fails on Windows NT ??
7. inp() & outp() under Windows?
8. RCD-1000 and EZ-CD PRO MM?????
9. How to inp()/outp() under Windows?
11. inp/outp Windows equivalent?
12. Wanted: Windows installer for Windows 3.1/Windows NT
13. Inp() & outp() under Win 98 ?