Author Topic: Application versioning  (Read 3309 times)

renaud.s

  • Guest
Application versioning
« 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

Offline XayC

  • Multiple posting newcomer
  • *
  • Posts: 94
Re: Application versioning
« Reply #1 on: September 14, 2007, 09:57:25 am »

renaud.s

  • Guest
Re: Application versioning
« Reply #2 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

Offline JGM

  • Lives here!
  • ****
  • Posts: 518
  • Got to practice :)
Re: Application versioning
« Reply #3 on: September 16, 2007, 07:19:31 am »
If you any ideas or suggestions, help is appreciated  :)