Author Topic: [Resolved] Add version information to a DLL (windows)  (Read 5183 times)

agambier

  • Guest
[Resolved] Add version information to a DLL (windows)
« 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.
« Last Edit: February 22, 2008, 08:12:22 am by agambier »

Offline JGM

  • Lives here!
  • ****
  • Posts: 518
  • Got to practice :)
Re: Add version information to a DLL (windows)
« Reply #1 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

agambier

  • Guest
Re: Add version information to a DLL (windows)
« Reply #2 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