program "is not up to date" execution error in wedit lcc-win32
- by Rowhawn
I'm attempting to compile a simple hello world program in c with lcc-win32/wedit, and i'm a little unfamiliar with windows c programming.
#include
int main(void){
printf("hellow\n");
return 0;
}
When I compile the program the console output is
Wedit output window build: Tue Jun 15 09:13:17 2010
c:\lcc\lib\lcccrt0.obj…