Author Topic: Project file 1.6 and compiling issues  (Read 8021 times)

Angelo

  • Guest
Project file 1.6 and compiling issues
« on: January 17, 2007, 01:17:02 am »
Hi folks, it's again me.
since the new project file (1.6) had been introduced, I've few problems with compiling my code. In 1.5 project file everything have been allright, but now it isn't.

This is the code (too many warnings and errors to paste here):
http://angelo.xt.pl/daily/battleships.zip

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Project file 1.6 and compiling issues
« Reply #1 on: January 17, 2007, 08:46:11 am »
The link isn't working.
Be patient!
This bug will be fixed soon...

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Angelo

  • Guest
Re: Project file 1.6 and compiling issues
« Reply #3 on: January 17, 2007, 09:42:00 am »
Now it should work, sorry, I didn't check it  :(

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Project file 1.6 and compiling issues
« Reply #4 on: January 17, 2007, 11:36:39 am »
Angelo, I 'm wondering how it did compile before...
There are some serious issues with #includes in your code.
Be patient!
This bug will be fixed soon...

Angelo

  • Guest
Re: Project file 1.6 and compiling issues
« Reply #5 on: January 17, 2007, 03:55:21 pm »
Heh, I'm not average coder yet  :(
But I'll check it hehe.