Thread: Help In Graphic Of C++ in Borland 5.02

  1. #1
    Registered User
    Join Date
    Nov 2006
    Posts
    39

    Help In Graphic Of C++ in Borland 5.02

    I hv Error , When i compile my program,
    Error Is :

    ! [/SIZE]GRAPHICS.H(20,52) : Error directive: BGI graphics not supported under Windows.


    Plz if u know , How to Solve It then e-mail me at <<snipped>>
    plz plz plz plz plz plz plz plz
    help Me!!!!!

  2. #2
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    You are using an old version of turbo. That version BGI library is meant only for this. It will not run on Windows.

    Upgrade to a more modern compiler, or program for MS-DOS.
    If after upgrading, you still want to use BGI, look for it on the web. There's a few ports for windows.

    EDIT: Actually, just noticed you are not using turbo. My bad. However the problem is the same. You need to upgrade to a windows port of the BGI library.
    Last edited by Mario F.; 11-25-2006 at 05:34 AM.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  3. #3
    Registered User
    Join Date
    Nov 2006
    Posts
    39

    Question :About Graphics

    U hv any program or (tutorial) about Graphic In C++,.
    if u hv then plz send me!

  4. #4
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Spammer alert. Reported.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  5. #5
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    OK, I've had quite enough of obaid spamming the same stuff all over the board.
    Banned for 24 hours.

    Maybe in that time you can consider what netiquette is.
    http://en.wikipedia.org/wiki/Netiquette
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 3
    Last Post: 01-05-2009, 07:56 AM
  2. Pen-based application using graphic tablet ( c++)
    By aznimah in forum C++ Programming
    Replies: 1
    Last Post: 01-03-2009, 07:20 AM
  3. Graphic problems with Dual Core processors
    By BrownB in forum Tech Board
    Replies: 3
    Last Post: 11-07-2006, 05:10 AM
  4. Someone take my graphic.
    By Cheeze-It in forum Game Programming
    Replies: 0
    Last Post: 03-15-2003, 05:43 AM
  5. graphic library creation
    By bob5845 in forum C++ Programming
    Replies: 1
    Last Post: 04-05-2002, 12:30 AM