Menu

"Source file not compiled"

2007-08-30
2012-09-26
  • Nobody/Anonymous

    I don't know why, but any time that i go to run the program it keeps telling me that the source file is not compiled... any views on this?

    -Yes I have windows Vista

    -The program i typed in is....

    #include<stdio.h>

    int main(void)
    {
    printf("Hello World!\n");
    system("pause");
    return 0;
    }

    -I saved it as hello.c, yes i made sure it was *.c

    -I went to execute>compile and it finished... here's the compile log...

    Compiler: Default compiler
    C:\Users\Bryan\Desktop\COP 3223\hello.c
    Compiling
    Done.

    -Then when i finally go to Run it i get this error...

    Source file not compiled

    so umm.... any help please?

     
    • Wayne Keen

      Wayne Keen - 2007-08-30

      Note that you also did not indicate what version of Dev you are using.

      Wayne

       
    • Wayne Keen

      Wayne Keen - 2007-08-30

      Did you read and follow the directions in the thread titled
      "Please Read Before Posting a Question" on getting going with
      Vista? If so, EXACTLY, what did you do? (Please do not reply
      with "I did just what they said" or the like)

      In addition, probably unrelated, but it is a very bad idea
      to put projects in a folder with spaces in its path.

      Wayne

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.