Re: header file----dos.h



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
.



Relevant Pages

  • Re: to learn jQuery if already using prototype
    ... the navigator.userAgent string is a reflection of the HTTP User Agent ... header then any such direction must lead to the definition of the header ... browsers using the UA string whenever two different browsers use UA ... things that gets proposed as a justification for libraries of this sort ...
    (comp.lang.javascript)
  • Re: About libraries and headers
    ... You are assuming that the contents of a header file are closely ... The standard header files ... which are used to build the libraries. ... compiling them would not generate any ...
    (comp.lang.c)
  • Re: bool & stdbool.h
    ... libraries. ... "library", it is a header. ... Dinkumware http://dinkumware.com/manuals/reader.aspx?lib=cpp which lists the ... Standard C library. ...
    (comp.lang.c.moderated)
  • Re: #include vs. -l
    ... both a header and a library link: ... libraries... ... int twiceint ... have an appropriate newsgroups line in your header for your mail to be seen, ...
    (comp.lang.c.moderated)
  • Re: Look for open source C library for text manipulation
    ... library by its header name, ... It is indeed quite common for people to refer to libraries ... by referring to the header. ... pedantry, still runs the danger of offending some people because ...
    (comp.lang.c)