Thread: problems with FAR

  1. #1
    Devil_Panther
    Guest

    Angry problems with FAR

    why doesn't gcc support the FAR (modifier)
    neither under windows and neither under linux???

  2. #2
    Registered User
    Join Date
    Apr 2002
    Posts
    1,571
    Probably because its an obsolete keyword.

  3. #3
    Im back! shaik786's Avatar
    Join Date
    Jun 2002
    Location
    Bangalore, India
    Posts
    345
    The keyword 'far' was introduced to access memory locations outside memory boundary 640KB, defined by DOS like OS's. Since, Linux does not imply this boundary, gcc does not have to support it either, it's obsolete.

  4. #4
    Registered User moi's Avatar
    Join Date
    Jul 2002
    Posts
    946

    Re: problems with FAR

    Originally posted by Devil_Panther
    why doesn't gcc support the FAR (modifier)
    neither under windows and neither under linux???
    it doesn't under dos either btw

    as has been mentioned, far is an archaic construct used by archaic compilers under archaic platforms.
    hello, internet!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. No clue how to make a code to solve problems!
    By ctnzn in forum C Programming
    Replies: 8
    Last Post: 10-16-2008, 02:59 AM
  2. C Pointers Problems
    By mhelal in forum C Programming
    Replies: 8
    Last Post: 01-10-2007, 06:35 AM
  3. String Manipulation problems -_-
    By Astra in forum C Programming
    Replies: 5
    Last Post: 12-13-2006, 05:48 PM
  4. Rendering problems (DirectX?)
    By OnionKnight in forum Tech Board
    Replies: 0
    Last Post: 08-17-2006, 12:17 PM
  5. contest problems on my site
    By DavidP in forum Contests Board
    Replies: 4
    Last Post: 01-10-2004, 09:19 PM