News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

[Resolved] Add version information to a DLL (windows)

Started by agambier, February 21, 2008, 11:41:47 AM

Previous topic - Next topic

agambier

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.

JGM

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

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