This update for Resource Tools adds an option to access custom resource types, such as FILE, TYPELIB, REGISTRY etc. It lets enumerate the resource, and load/save them. The COM interafce adds new Items property; the code snippet below accesses type library of image2.dll and saves it into external tyle library file image2.tlb: image = new [...]
Archive for the ‘Resource Tools’ Category
Resource Tools: Custom Resource Types
Posted: 30th April 2012 by Roman in Resource Tools, TechnologyTags: .rc, .res, automation, resource, tool, utility
Resource Tools: 64-bit build
Posted: 30th August 2011 by Roman in Resource Tools, TechnologyTags: .rc, .res, automation, resource, tool, utility, x64
I rebuilt the Resource Tools utility in 64-bits to, supposedly, be able to be good with resources on 64-bit binaries (actually 32-bit code might be dealing with those fine also?). Anyway, the build is here and the tool available in both 32-bit and 64-bit versions. In particular, both 32-bit and 64-bit JavaScript scripts hosted by [...]
Freeware: Replace In Files and Resource Tools
Posted: 30th December 2007 by Roman in Replace in Files, Resource ToolsDear Friends and Subscribers, There is a variety of software nowadays but it almost always happen that there is also something desired but missing, something that would ease one’s life but unavailable. As a software developer I do have this kind of desires on a regular basis and I do have special tools that ease [...]
What’s new in this build? Fixed:VersionInfo strings were saved as binary value (ass opposed to text value) and thus were unrecognized by some applications, including VerQueryValue API Updated: Setup includes extras (license, blog shortcut etc.)
What’s new in this build? Fixed: Dialog template update would fail on an attempt to set DS_FIXEDSYS or DS_SETFONT flags if none were previously set, as well as unset both flags if any of them were presiously set; This is required because dialog template structre has optional fields defining font which has to be added/removed [...]
An update is inspired by necessity to strip DS_FIXEDSYS dialog style which Visual Studio adds to the dialog template once it is modified in resource editor. What’s new in this build? Fixed: Failure accessing STRINGTABLE values with identifiers such that ((IDS & 0x0F) == 0x0F) New: Unicode build New: Static link to C runtime, smaller [...]
The COM object that allows automated file resource updates is updated with a few new features: STRINGTABLE management, methods and properties to read/write string resources of a binary BITMAP management, methods and properties to read/write bitmap resources of a binary Documentation and samples are still pending, just a binary this time once again. Here is [...]
