i tried to compile the fallowing code to test my compiler
abviously there were no compile errors but they were linker errors which areCode:#include <stdio.h> int main(int argc, char *argv[]) { return 0; }
becuase of these linker erros nothign can compile. anyone know how to fix these linker errors?Code:gcc: \cc320261.i: No such file or directory C:\DEV-C_~1\BIN\windres: gcc exited with status 1 C:\DEV-C_~1\BIN\windres: can't execute `gcc': No error
im using dev c++ 4. latest version



LinkBack URL
About LinkBacks



.
I think your problem may be that you are using a project that is set up for a win api program. Am I right? If I am try and compile just the C/C++ file or try starting a new project that is a console app.