ResRenum renumbers resource IDs in Visual Studio C++ projects. I wrote the first version of this app in 2001 and I've been using it regularly ever since. For years I've wished it could also remove unused resource IDs, and I finally got around to implementing that recently. That gave me an excuse to release it, so here it is.
ResRenum is a console app, and it's intended to be integrated into the IDE as an external tool. It's compatible with any version of Visual Studio from MFC 6.0 onwards. It's been tested in 6.0, VS2008, VS2010, and VS2012.... read more