Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: renaud.s on September 14, 2007, 09:25:45 am

Title: Application versioning
Post by: renaud.s on September 14, 2007, 09:25:45 am
Hi,

Does C::B has a similar function as DevCpp has for application versioning ?  So basically a dialog window where you may enter yourself the version major and minor numbers and where the build number is automatically incremented at each compilation ?  DevCpp also generate a macro that can be used anywhere in the code (in the about box for example).  Dev-Cpp also include that automatically in a windows resource (rc) file which is very handy for konwing the application revision without having to run it (by file properties).  By the way, does a similar feature exist on Mac and linux  (I mean the application version included in file properties) ?

If such a feature doesn't exist in C::B, where is the best place to request for new feature ?  I would be interested in contributing at the implementation of this featues, and maybe some others...  What would then be the best way to make it, as plug-in ???

Thanks

Renaud S
Title: Re: Application versioning
Post by: XayC on September 14, 2007, 09:57:25 am
Try looking at this:
http://forums.codeblocks.org/index.php/topic,6294.msg48225.html#msg48225 (http://forums.codeblocks.org/index.php/topic,6294.msg48225.html#msg48225)

Regards, XayC
Title: Re: Application versioning
Post by: renaud.s on September 15, 2007, 08:12:02 pm
It seems this would do the job.  I'll give it a try.

Thanks for you help
Title: Re: Application versioning
Post by: JGM on September 16, 2007, 07:19:31 am
If you any ideas or suggestions, help is appreciated  :)