User forums > Using Code::Blocks

Version information

<< < (4/5) > >>

David Perfors:
Thanks for the link, I am a volenteer to make a plugin for this ;) (Yes my second, but this is less complicated I think)

APEXnow:
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.

rickg22:

--- Quote from: mispunt 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)

--- End quote ---

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

vserghi:

--- Quote from: APEXnow on August 05, 2005, 07:24:52 pm ---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.


--- End quote ---

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.

keenblade:

--- Quote from: mispunt 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)

--- End quote ---
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.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version