Problem creating file version info.

G

Guest

Hello,

I'm compiling an .exe file on VS2005 under C++ without framework support.
For some reason, when I look at the properties of the .exe file there is no
version tab although the project does have a resource file and the file
version is defined there.

I tried to create a new project and go over the projects settings and see if
there is any difference but I found none.

I would appreciate if someone could direct me to what might be the problem.
Thanks in advance.
Dror.
 
G

Guest

I'm compiling an .exe file on VS2005 under C++ without framework support.
For some reason, when I look at the properties of the .exe file there is no
version tab although the project does have a resource file and the file
version is defined there.

Hi,
Right-click the .rc file in your solution explorer, and open the properties
page.
Make sure that 'Exclude from build' is set to 'No'

Another thing you can check: in the resource view, select the version
component rightclick it, and select 'properties'. There is a field called
'condition' that allows to specify a condition for including the resource.
If something is specified there, that could also be the cause of your problem.
 

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

Top