I developed most of my software utilities and security tools using C++, mainly Microsoft Visual C++.
DAYS BEFORE RESFIXER
Too often, while creating applications, I faced a problem with Resource IDs assigned by the Developer Studio IDE. When a new control is placed, there may be conflicts in newly allocated resource IDs. When two controls have the same resource ID the behaviour of the software also gets affected in an unpredicted fashion.
It was then I created ResFixer, with minimal features to sort and renumber resource IDs.
FURTHER INSPIRATION
It was then that I saw a resource from CodeProject, http://www.codeproject.com/KB/macros/resorg.aspx. Inspired from this tool, I added more features to ResFixer, making it a better tool for modifying resource IDs.
ResFixer is now a free tool for all VC++ Developers, and available for FREE DOWNLOAD.
DOWNLOAD RESFIXER 1.0.1


1 comment:
Nice utility - worked great and a big time-saver. Thanks a bunch!
Post a Comment