Re: header file----dos.h
- From: Harris <xgeorgio@xxxxxx>
- Date: Mon, 27 Mar 2006 09:23:44 +0000 (UTC)
viantina@xxxxxxxxx wrote in news:1143378349.544285.274980@xxxxxxxxxxxxxxxxxxxxxxxxxxxx:
Hello ,
I use Borland C++ version 6. I make a program and i want to use the
statement "outportb()" ,which is contaid in header file "dos.h", but i
can't because is missing from my program's header files.Did anyone know
where can i find the complete version of this header file(dos.h)?
Thank You
No such library in win32 applications. Instead, see if the wrapper libraries of Win API (used for legacy
programs to access older DOS interrupts) have somethign similar. Otherwise, you have to find a
compatible library for win32 applications or write your own in assembly source (it's not that hard,
really).
--
Harris
.
- References:
- header file----dos.h
- From: viantina
- header file----dos.h
- Prev by Date: Re: Checking for Modification to a Set of Files
- Next by Date: Re: C ++ help!
- Previous by thread: Re: header file----dos.h
- Next by thread: set version of lib
- Index(es):
Relevant Pages
|