This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Is there any way to add a resource file or version number to a hex file

Hi,

I am compiling my firmware (hex) files using uVison2 and I was wondering is there any way to add a version number or resource file to this project so that when I right click on them in a windows environment that I can see version number or other information as I can do if I create a windows dll.

Thanks

Parents
  • There's a Revision Number field as part of the standard Windows meta-data. (Right-mouse on a file, and see file Properties / Summary / Advanced.) You could set this field (a WSH script can no doubt do it, if only you can wade through the object model documentation to find out how to set a file property) Then find a shell extension to let you view it more easily than drilling down three clicks.

    I poked around a bit in Google and found too many choices. The first one I looked at was in German; the next couple integrated version control directly into Windows Explorer. There's probably already one out there if you search.

Reply
  • There's a Revision Number field as part of the standard Windows meta-data. (Right-mouse on a file, and see file Properties / Summary / Advanced.) You could set this field (a WSH script can no doubt do it, if only you can wade through the object model documentation to find out how to set a file property) Then find a shell extension to let you view it more easily than drilling down three clicks.

    I poked around a bit in Google and found too many choices. The first one I looked at was in German; the next couple integrated version control directly into Windows Explorer. There's probably already one out there if you search.

Children