DLL property

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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.?

George,

You need to add a VERSIONINFO resource to the DLL project. You can do
this from the resources window pane in VS.

Dave
 
Thanks Dave,


Your method works. Seems that there is a VERSIONINFO resource existing in my
DLL project.


regards,
George
 
Back
Top