Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: agambier on February 21, 2008, 11:41:47 am

Title: [Resolved] Add version information to a DLL (windows)
Post by: agambier on February 21, 2008, 11:41:47 am
Hello,

I did not find any information about it on the forum.

I'm writing a DLL with code::block and i don't know where i can define the version information such as copyright, version, company, etc...
I don't want to use the autoversionning plugin.

I want to see these information when people click on file properties under the explorer.

thanks.
ag.
Title: Re: Add version information to a DLL (windows)
Post by: JGM on February 21, 2008, 01:39:31 pm
You need to create a resource file for that. Here is some documentation about it that can help you:
http://msdn2.microsoft.com/en-us/library/aa380599.aspx
Title: Re: Add version information to a DLL (windows)
Post by: agambier on February 22, 2008, 08:11:45 am
Of course...just like with VC6 !

I work with Borland C++ Builder and i have forgotten that i could use a ressource file  :(

Thanks for your help.
Ag