Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Changing version numbers 1

Status
Not open for further replies.

snuv

Programmer
Oct 30, 2001
751
GB
I need to change a version number in several programs but I would prefer not to have to recompile the software. Does anyone out there know of a utility that might be able to do this?

Go not to cats for advice for they will just walk over the keyboard
 
The Visual C++ Binary Editor (Since version 6... don't know about previous versions) can do that if you don't add bytes just overwrite them. ;-)

-pete
 
Thanks for that
I think I have to recompile. The version number isnt a straightforward sequence of bytes in the binary.
Thanks for pointing out the binary editor though


Go not to cats for advice for they will just walk over the keyboard
 
You could put the version number(s) in the registry.


/Per
Nerdy signatures are as lame as the inconsistent stardates of STTNG.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top