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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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?
Note that you also did not indicate what version of Dev you are using.
Wayne
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