Thread: outport(int, int);

  1. #1
    Registered User
    Join Date
    Jul 2002
    Posts
    6

    Question outport(int, int);

    Hi,
    i am working on a programm that uses the function outport from the dos.h header file. But when i compile my program using Borland C++ 5.2 i get the error:

    Call to undefined function 'outport'

    I dont get it. I am sure i used the right values and included the dos.h the right way.

    Somebody knows what i did wrong??
    Thnx

  2. #2
    Registered User quagsire's Avatar
    Join Date
    Jun 2002
    Posts
    60
    Using the targetexpert you should change the platform to DOS standard, else most of the functions in dos.h, bios.h, etc. will not work.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Screwy Linker Error - VC2005
    By Tonto in forum C++ Programming
    Replies: 5
    Last Post: 06-19-2007, 02:39 PM
  2. Replies: 2
    Last Post: 03-24-2006, 08:36 PM
  3. getting a headache
    By sreetvert83 in forum C++ Programming
    Replies: 41
    Last Post: 09-30-2005, 05:20 AM
  4. Quack! It doesn't work! >.<
    By *Michelle* in forum C++ Programming
    Replies: 8
    Last Post: 03-02-2003, 12:26 AM
  5. easy if you know how to use functions...
    By Unregistered in forum C Programming
    Replies: 7
    Last Post: 01-31-2002, 07:34 AM