Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Дмитро on May 11, 2018, 04:29:37 pm

Title: .cbp What does
Post by: Дмитро on May 11, 2018, 04:29:37 pm
Good time of day! Make clear spelling rules
.cbp What does his field mean? How are the wines written? Chi has clear descriptions of its intrinsic structure? Please, reply, I respect everyone.
Title: Re: .cbp What does
Post by: Miguel Gimenez on May 11, 2018, 05:22:12 pm
If you want to know the internals of .CBP files, some time ago one of the developers stated that it is intended to be opaque, despite of the human-readable XML format.
Title: Re: .cbp What does
Post by: BlueHazzard on May 11, 2018, 05:46:40 pm
Quote
If you want to know the internals of .CBP files, some time ago one of the developers stated that it is intended to be opaque, despite of the human-readable XML format.
i second this.

But: There are some features that are only accessible within the cbp file (wild chart paths for example)....
The .cbp file is the so called codeblocks project file and it stores all relevant data for compiling your project. If you want to know more details open it with a text editor and read the entries. They are 90% of the time self explanatory. BUT: if you modify something and kill your project or compiler please don't come and ask for help, i warned you! ;)
Title: Re: .cbp What does
Post by: stahta01 on May 12, 2018, 02:57:24 am
http://wiki.codeblocks.org/index.php/Project_file (http://wiki.codeblocks.org/index.php/Project_file)