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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top