Author Topic: Where is The "Compiler and Debugger" option in windows 7???  (Read 2668 times)

Offline SajibFinix

  • Single posting newcomer
  • *
  • Posts: 7
Where is The "Compiler and Debugger" option in windows 7???
« on: December 17, 2011, 04:10:53 pm »
I have just started learnig programming(max 20 days).I was using code::blocks.Recently when I have installed Turbo C.....code::blocks just stopped working!!!!  :o When I compile any code it shows this message "It seems that this file has not been built yet. Do you want to built it now?".I have heared that if i set "GNU GCC Compiler" as defult in "select compiler" option(This option is in "compiler and debugger" option) it will start working.But didnt find any option named "Compiler and debugger" in my windows 7  :( .Can anyone help me??????
« Last Edit: December 17, 2011, 04:14:51 pm by SajibFinix »

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Where is The "Compiler and Debugger" option in windows 7???
« Reply #1 on: December 17, 2011, 04:14:51 pm »
"GNU GCC Compiler" will only work, if you have MinGW installed.

"Settings -> Compiler and debugger" is what you look for.

Offline SajibFinix

  • Single posting newcomer
  • *
  • Posts: 7
Re: Where is The "Compiler and Debugger" option in windows 7???
« Reply #2 on: December 18, 2011, 10:46:15 am »
Thanks ;D