Board index » Visual Studio » Version Info Tab doesn't appear for Win32 console application

Version Info Tab doesn't appear for Win32 console application

Visual Studio76
OS : WinXP

Tools : VC 6.0



Hi All,



I want to the version info to a Win32 console application. I added

version info the resources and compiled the application but the version

tab doesn't appear on the right click option. For MFC applications it

works fine.



Is it possible to add the Version info/tab to a Win32 console

application ? How?



Any help in this regard is highly appreciable.



Regards,

Manpreet


-
 

Re:Version Info Tab doesn't appear for Win32 console application

Albert wrote:

Quote
OS : WinXP

Tools : VC 6.0



Hi All,



I want to the version info to a Win32 console application. I added

version info the resources and compiled the application but the version

tab doesn't appear on the right click option. For MFC applications it

works fine.



Is it possible to add the Version info/tab to a Win32 console

application ? How?



Any help in this regard is highly appreciable.



Regards,

Manpreet



You can insert Version resource into your console project. On IDE,

select "Insert"->"Resource..."->"version"

-

Re:Version Info Tab doesn't appear for Win32 console application

"Albert" wrote:

Quote
OS : WinXP

Tools : VC 6.0



Hi All,



I want to the version info to a Win32 console application. I added

version info the resources and compiled the application but the version

tab doesn't appear on the right click option. For MFC applications it

works fine.



Is it possible to add the Version info/tab to a Win32 console

application ? How?



Any help in this regard is highly appreciable.



Regards,

Manpreet



Should just work. You did something wrong :(



--PA



-