Author Topic: C compiler in C++ project - do I need to specify it?  (Read 3846 times)

Offline smallB

  • Almost regular
  • **
  • Posts: 193
C compiler in C++ project - do I need to specify it?
« on: October 24, 2011, 02:24:09 pm »
In my C++ project I've observed that when I remove C compiler from toolchain executables then the project won't compile, saying: "another_precompiled - Debug": The compiler's setup is invalid so Code::Blocks cannot find/run the compiler. Probably the toolchain path within the compiler options is not setup correctly?! Skipping...
Why do I have to specify C compiler for C++ project?
Thanks