- This topic has 0 replies, 1 voice, and was last updated 15 years, 3 months ago by .
Viewing 0 reply threads
Viewing 0 reply threads
- The forum ‘C++ Programming’ is closed to new topics and replies.
Home › Forums › C++ Programming › How to add Version to DLL created by a VC++ build in VS 6.0
I have a DLL created by a VC++ build in Visual Studio 6.0. When I right click on the DLL, I could just see ‘General’, ‘Security’ and ‘Summary’ Tabs but I am not able to view the ‘version’ tab under Properties.
In Visual Studio 2005, if the ‘Version’ tab is not available, I am able to add the ‘Version’ Tab as follows :- Resource Files -> Add -> Resource.. -> Version
However for the VC++ DLL created in Visual Studio 6.0, I am not able to add the version. I believe this is a trivial change to the DLL, as the version number is a property of the project in Visual Studio 6.0 also. I assume that populating the version number will automatically cause the version tab to appear in the Properties window obtained by right clicking on the DLL.
Request, if anyone could help me with this. The Build is VC++ one and in Visual Studio 6.0.
Thanks a lot.
Marconi.