Thread: Need help with my compiler

  1. #1
    Registered User
    Join Date
    Aug 2003
    Posts
    3

    Question Need help with my compiler

    Im using a compiler from Dev-C++ and im tryin to learn basic C++ and I went in to the tutorial here, put in the code and compile it, but every time i try to run it, it says Source file not compiled.
    Any Ideas?



    Thanks
    Last edited by q(-^-)P; 08-27-2003 at 07:46 PM.

  2. #2
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    Any error messages?
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  3. #3
    *******argv[] - hu? darksaidin's Avatar
    Join Date
    Jul 2003
    Posts
    314
    In you DevC++ folder, subfolder Examples\Hello, file hello.dev, does that compile and run ?

    If it doesn't, uninstall DevC++ and reinstall it in a folder that does not contain any chr 32 / spaces in the full path.

    i.e. C:\Program Files\DevC++ is an invalid path and will prevent you from compiling programs under certain situations.

    edit: btw, this is not really important but maybe good to know: the compiler is called "minGW" (which is based on the GNU C++ compiler for Linux), DevC++ is merely the IDE that uses this compiler.
    Last edited by darksaidin; 08-27-2003 at 08:31 PM.
    [code]

    your code here....

    [/code]

  4. #4
    Registered User
    Join Date
    Aug 2003
    Posts
    127
    You should show us the error messages
    Nana C++ Library is a GUI framework that designed to be C++ style, cross-platform and easy-to-use.

  5. #5
    Registered User
    Join Date
    Aug 2003
    Posts
    3
    thanks for ur help i got it workin

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Compiler Paths...
    By Cobra in forum C++ Programming
    Replies: 5
    Last Post: 09-26-2006, 04:04 AM
  2. C Compiler and stuff
    By pal1ndr0me in forum C Programming
    Replies: 10
    Last Post: 07-21-2006, 11:07 AM
  3. I can't get this new compiler to work.
    By Loduwijk in forum C++ Programming
    Replies: 7
    Last Post: 03-29-2006, 06:42 AM
  4. how to call a compiler?
    By castlelight in forum C Programming
    Replies: 3
    Last Post: 11-22-2005, 11:28 AM
  5. Bad code or bad compiler?
    By musayume in forum C Programming
    Replies: 3
    Last Post: 10-22-2001, 09:08 PM