I have download the 17 october 2006 nightly build.
Why the oprion in menu Setings->Compiler adn debugger
tag Other->Bulid field is lock?
How to open this?
Or can someone tell me how to use cache in Code::Blocks 1.0-RC2.
How to add some header to cache?
Quote from: lechoo on October 17, 2006, 10:27:54 PM
I have download the 17 october 2006 nightly build.
Other->Bulid field is lock? How to open this?
You don't have to. When you open a single-file C::B operates (compiles) in single-file mode automatically. When you create a project you can choose whether this shall use a Makefile or the C::B build system. This option is a bit confusing, though... ;-)
Quote from: lechoo on October 17, 2006, 10:27:54 PM
How to add some header to cache?
I hope you mean the CC cache - this isn't clear to me. If so: After RC2 the cache has been disabled because it 1.) caused issues with corrupted cache files and 2.) didnt really speed things up (after the CC revamp the cache was obsolete). So as it is written in the settings: This will be removed, sooner or later.
If you still have cache files you can safely remove them - they on't be used anymore.
With regards, Morten.
Ps.: Yiannis (if you read this): Maybe the time has come...?! ;-)
In nightyly bulid is option in Setings->global variables
when can i fin this in Code::Blocks 1.0-RC2?
or how to add this option to menu?
I need this because only on Code::Blocks 1.0-RC2 i can compile mophun projects
RC2 doesn't have that, can you tell what you can't do with the nightly that you need RC2 for that ??
Because i cant't complie mophun programs in nightly bulids.
In Code::Blocks 1.0-RC2 i can compile withuou makefile.
Do you konw how compile mophun in nightly bulids?
I understand you builded with makefiles ?? That's not supported for the moment in CB, if I am correct.
I don't even know what mophun is ? :oops:
http://www.mophun.com/
I foun mistake i do in nightly bulid.
Now i can compile :D
Anyway thx
I have the last question?
when i compile project name for exsample "console"
i get file console.exe.
What can i do do get console.mpn
?
Quote from: lechoo on October 17, 2006, 11:28:52 PM
http://www.mophun.com/
I foun mistake i do in nightly bulid.
Now i can compile :D
Anyway thx
I have the last question?
when i compile project name for exsample "console"
i get file console.exe.
What can i do do get console.mpn
?
Just go to
Project->Properties->Targets and uncheck
Auto-generate filename prefix, and extensionand in
Output filename change your
console.exe to
console.mpn. I've tested it and can confirm it works well.
@Takeshi Miya
THX :D