Click to See Complete Forum and Search --> : version number on the priperties window


Itay.mendel
April 2nd, 2008, 02:01 PM
Hey!
When you right click your EXE and then on 'properties', a window pops-up.
In this window you got a tab called 'version', and there you can see the version of the file.
when i compile my project i don't have the 'version' tab when i click on the EXE's properties. I've tryed to look in google for a way to put my own 'file version' in the properties windows, and i came out with nothing....
i need to put my own version number in the version tab on the properties window of my EXE...

can anyone help me?

thanks...

Plasmator
April 2nd, 2008, 02:33 PM
You'll need to add a version resource.

Itay.mendel
April 3rd, 2008, 12:33 AM
can you guide me how to do it, or give me a link to a "HOWTO" please?

S_M_A
April 3rd, 2008, 12:50 AM
Right click on project. Select add/resource and then select version in the Add resource dialog.

GNiewerth
April 3rd, 2008, 02:54 AM
It depends on the compiler you are using? Please state which one you are working with.

Itay.mendel
April 3rd, 2008, 03:43 AM
thanks!!