Thread: How to create Graphics EXE File in C:

  1. #1
    Registered User
    Join Date
    Feb 2002
    Posts
    3

    Question How to create Graphics EXE File in C:

    I did a graphics program in turbo C.
    I'd compiled it and runned from the turbo C Editor.
    If i run the program from the windows by double clicking it or at the command prompt it's giving me an error message. It's not running.

    Could you please tell me how to create the EXE file for my Graphics prgram which can run without help of any other files like .BGI .......

  2. #2
    I'm Back
    Join Date
    Dec 2001
    Posts
    556
    post the c++ questions in c++ sections

    all the graphics lib files used in the prog have to be in the same directory of the exe.
    -

  3. #3
    "The Oldest Member Here" Xterria's Avatar
    Join Date
    Sep 2001
    Location
    Buffalo, NY
    Posts
    1,039
    if you dont want to use BGI then just go to options->linker->libraries->and uncheck Graphics Library

    by the way, are you john romero?

  4. #4
    I'm Back
    Join Date
    Dec 2001
    Posts
    556
    by the way, are you john romero?

    who's he
    -

  5. #5
    "The Oldest Member Here" Xterria's Avatar
    Join Date
    Sep 2001
    Location
    Buffalo, NY
    Posts
    1,039
    only the greatest dos game programming guru of them all

    doom...wolfenstein...ring a bell?

  6. #6
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    John Romero's a loser and couldn't code his way out of a paper bag. He was more obsessed with his hair and his damn car than ION Storm's well being. Now, he's cut his hair and sold his car - maybe Carmack'll be gracious enough to take his sorry ass in for awhile.

  7. #7
    Registered User
    Join Date
    Jan 2002
    Location
    Vancouver
    Posts
    2,212
    JR didn't do RTCW, RTCW rocks! John did Diakatana and lived to regret it.

  8. #8
    "The Oldest Member Here" Xterria's Avatar
    Join Date
    Sep 2001
    Location
    Buffalo, NY
    Posts
    1,039
    John's better than anyone on the board in dos

  9. #9
    Unregistered
    Guest
    Originally posted by Xterria
    John's better than anyone on the board in dos
    *cough* and how would you know you a friend of his? *cough*

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. A development process
    By Noir in forum C Programming
    Replies: 37
    Last Post: 07-10-2011, 10:39 PM
  2. File Writing Problem
    By polskash in forum C Programming
    Replies: 3
    Last Post: 02-13-2009, 10:47 AM
  3. opening empty file causes access violation
    By trevordunstan in forum C Programming
    Replies: 10
    Last Post: 10-21-2008, 11:19 PM
  4. Encryption program
    By zeiffelz in forum C Programming
    Replies: 1
    Last Post: 06-15-2005, 03:39 AM
  5. archive format
    By Nor in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 08-05-2003, 07:01 PM