>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
George - 23 Oct 2007 09:08 GMT
Thanks Dave,
Your method works. Seems that there is a VERSIONINFO resource existing in my
DLL project.
regards,
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.?
[quoted text clipped - 5 lines]
>
> Dave