Thread: Problem creating .exe files

  1. #1
    Unregistered
    Guest

    Problem creating .exe files

    When I have compiled a .c file and is just about to run it (Ctrl+F9) it always executes the same .exe file. When I create the .exe file "manually" in DOS (gcc test.c -o test.exe) with the gcc compilator it works. But the interface apparently has some sort of problem with it... No matter what .c file I try the interface always executes the same .exe file (one of my other programs).

    Is the program only able to handle one .exe file at a time?
    And a problem this obvious just canīt be a bug!

    I use the DJGPP v. 1.4.9 compiler with the RHIDE interface.


    /Fred

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    140
    I have had a few problems with ride also, thats why I dont use it, I just open up notepad, open up a dos box and do it all like that. The only reason I would prefer an ide is to see what line im on to fix errors.
    Acos is good

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. .rc files problem
    By RevengerPT in forum C Programming
    Replies: 3
    Last Post: 12-09-2005, 11:38 AM
  2. Problem with enum and files
    By Robert_Sitter in forum C++ Programming
    Replies: 1
    Last Post: 11-24-2005, 01:40 AM
  3. creating class, and linking files
    By JCK in forum C++ Programming
    Replies: 12
    Last Post: 12-08-2002, 02:45 PM
  4. I have a problem if FILEs
    By talal*c in forum C Programming
    Replies: 22
    Last Post: 01-07-2002, 05:56 AM
  5. Problem with cgi script - can't rename files
    By bjdea1 in forum C Programming
    Replies: 2
    Last Post: 12-12-2001, 04:09 PM