Author Topic: Working with different versions of code::blocks - Unable to build and Run  (Read 3280 times)

Robtyketto

  • Guest
Greetings,

I am studying C++ at college using one of the earliest versions of Code::Blocks (version 1.??).

If I write any programs from home with the latest version (8.02) and open the project and compile/run from college the following error appears (See below):-


Project : project005
Compiler : GNU GCC Compiler (called directly)
Directory : J:\C++ Projects\project005\
--------------------------------------...
Switching to target: Debug
Linking console executable: bin\Debug\project005
mingw32-g++.exe: no input files
Process terminated with status 1 (0 minutes, 1 seconds)

I did read thread http://forums.codeblocks.org/index.php?topic=7112.msg54329.

This suggests to add source, but I can see the Project folder, sources directory and main.cpp file from the Manager -> project view.

Anyone got some ideas of what may be the issue (they both use GNU GCC compiler)?


I only go college one evening a week, so difficult to test.
Now I just create new projects and copy and past code in.

Thanks
Rob