Author Topic: Version information  (Read 16092 times)

Offline David Perfors

  • Developer
  • Lives here!
  • *****
  • Posts: 560
Re: Version information
« Reply #15 on: August 05, 2005, 08:50:41 pm »
Thanks for the link, I am a volenteer to make a plugin for this ;) (Yes my second, but this is less complicated I think)
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring

APEXnow

  • Guest
Re: Version information
« Reply #16 on: August 06, 2005, 11:12:28 pm »
From what I can assertain, the Dev-C++ principle gets around this by generating the version information as discussed in the link from my previouis post, and then appends this data into an .rc file with a file entry projectname_private.rc.  It then includes your normal resource.rc file before passing the new file to the resource compiler.  This behaviour may also work for your plugin.  It will also save having to modify the existing project resource file before compiling.

Paul.

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Re: Version information
« Reply #17 on: August 07, 2005, 05:19:12 am »
Thanks for the link, I am a volenteer to make a plugin for this ;) (Yes my second, but this is less complicated I think)

Don't forget to make it unicode-compatible! ;-)

Offline vserghi

  • Multiple posting newcomer
  • *
  • Posts: 13
Re: Version information
« Reply #18 on: August 08, 2005, 10:18:29 am »
I was also curious about this subject regarding version information for applications. Found the following MSDN link detailing everything you need to place into a resource file for versioning your DLL/EXE.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tools/tools/versioninfo_resource.asp

Paul.


Yeh, I found that link afterwards also, it's now bookmarked! I also found Pelles C IDE which has a nice resource editor.

Even so, at least I know how to edit a basic resource file now by hand with or without Pelles C.

Vasilis.

Offline keenblade

  • Multiple posting newcomer
  • *
  • Posts: 36
  • tao
    • keenblade
Re: Version information
« Reply #19 on: March 13, 2006, 04:00:14 am »
Thanks for the link, I am a volenteer to make a plugin for this ;) (Yes my second, but this is less complicated I think)
Is there any news for the version info plugin? Or is it implemented into Code::Blocks? I can't see any options for that purpose at the project properties.
Anyway it\'s all the same at the end...

sethjackson

  • Guest
Re: Version information
« Reply #20 on: March 13, 2006, 01:12:33 pm »
Nope it isn't implemented.

You will need to make your own .rc file for this.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tools/tools/versioninfo_resource.asp

BTW this thread is almost a year old.  :wink:

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: Version information
« Reply #21 on: March 13, 2006, 01:18:04 pm »
Nope it isn't implemented.

You will need to make your own .rc file for this.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tools/tools/versioninfo_resource.asp

BTW this thread is almost a year old.  :wink:
and a newcomer has read it, that shows some users do indeed search in the forum  : very good !!!

sethjackson

  • Guest
Re: Version information
« Reply #22 on: March 13, 2006, 05:41:18 pm »
Indeed.  :D 8)