Author Topic: about the dmc compiler  (Read 3835 times)

Samlin

  • Guest
about the dmc compiler
« on: July 05, 2007, 05:42:50 am »
i has set the dmc compiler as the default compiler
but when i create a new project, it warns the follow messages:
"This wizard doesn't know how to setup warning flags for this compiler."
"This wizard doesn't know how to setup debug flags for this compiler."
......

and when i build the project, the out is:
"projectName" uses an invalid compiler [YOUR ANSWER IS ALREADY THERE. SEARCH THE FORUMS!]. Skipping...
Nothing to be done.

how can i do?
thanks!

Offline severach

  • Multiple posting newcomer
  • *
  • Posts: 44
Re: about the dmc compiler
« Reply #1 on: July 10, 2007, 04:46:28 am »
This is asked constantly. CB inserts -s in the linker options for every compiler even though MinGW is the only one it works with. Hunt it down and kill it.