Archive for the ‘Resource Tools’ Category

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 [...]

Resource Tools: 64-bit build

Posted: 30th August 2011 by Roman in Resource Tools, Technology
Tags: , , , , , ,

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 [...]

Dear 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 [...]

Automated Resource Updater updated (1.0.4)

Posted: 25th January 2007 by Roman in Resource Tools

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.)

Automated Resource Updater updated (1.0.3)

Posted: 21st January 2007 by Roman in Resource Tools

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 [...]

Automated Resource Updater updated (1.0.2)

Posted: 20th January 2007 by Roman in Resource Tools

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 [...]

Automated Resource Updater updated

Posted: 23rd December 2006 by Roman in Resource Tools

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 [...]