DLL property

Hello everyone,

I am wondering how to set DLL property (when we select the DLL and using right click to choose properties), like version, language, company, etc.?

Do we need to write some code or just need to configure something in Visual Studio 2005?

thanks in advance,
George
[308 byte] By [George2] at [2007-11-20 11:36:11]
# 1 Re: DLL property
As far I think, it goes in the resource editor, that creates required rc file for such information and that is embedded into your final executable when compiled. Browse your resources, rightclick on resources groups and try menu something like 'Add' language, dialog, etc.

regards
Ali Imran at 2007-11-9 13:32:51 >
# 2 Re: DLL property
Thanks Ali Imran,

As far I think, it goes in the resource editor, that creates required rc file for such information and that is embedded into your final executable when compiled. Browse your resources, rightclick on resources groups and try menu something like 'Add' language, dialog, etc.

regards

Your solution works! Cool!

regards,
George
George2 at 2007-11-9 13:33:52 >
# 3 Re: DLL property
You are welcomed :).

regards
Ali Imran at 2007-11-9 13:34:49 >