Thread: Multiple files using RHIDE

  1. #1
    Unregistered
    Guest

    Question Multiple files using RHIDE

    I've recently started using RHIDE and it's been great so far but I'm having some trouble with multiple module projects. Basically I need to tell RHIDE to compile two files at the same time. e.g. at the DOS prompt I would type "gcc bleh.c other.c -o bleh.exe". I have the two files open in the editor and try Make All from the menu, but it has various errors (errors which do not occur if I try compiling from the DOS prompt!!) I am sure there is an easy way to fix this but my attempts to find a solution in the Help have been unsuccessful. If anyone could give me a hand I'd be very grateful

  2. #2
    Blank
    Join Date
    Aug 2001
    Posts
    1,034
    You need to create a project.

  3. #3
    Unregistered
    Guest
    I can't create a project for some reason. I assume you have to 'Add File' from the project menu, but this is always grayed out.

  4. #4
    Unregistered
    Guest
    Have you done everything right?

    I don't if it's helpful, but this are all the steps:
    1. DOS Prompt
    2. rhide myproject
    3. press <INSERT>
    4. write myproject.c
    5. press <ENTER> then <ESC>
    6. have fun

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. need assistance with multiple files
    By c++.prog.newbie in forum C++ Programming
    Replies: 7
    Last Post: 03-21-2006, 01:44 AM
  2. Windows shell commands - multiple files
    By Magos in forum Tech Board
    Replies: 3
    Last Post: 02-28-2006, 01:56 AM
  3. Linker errors - Multiple Source files
    By nkhambal in forum C Programming
    Replies: 3
    Last Post: 04-24-2005, 02:41 AM
  4. copy multiple files to a destination file
    By Bones in forum C++ Programming
    Replies: 2
    Last Post: 10-02-2003, 10:47 AM
  5. opening multiple files sequentially
    By moonwalker in forum C Programming
    Replies: 5
    Last Post: 08-20-2002, 09:57 PM