Skip to content
This repository was archived by the owner on Oct 9, 2022. It is now read-only.

Building

Pavel A edited this page Jul 2, 2020 · 4 revisions

Build instructions

Just get the source and build in a compatible Visual Studio.

The source is provided as Visual C++ 2010 and 2008 projects. It can be compiled with VC 2008, 2010, 2012, 2013 including Express.

The VC 2008 compatible project is in verpatch(vs2008).sln, verpatch.vcproj files. Files verpatch.sln, verpatch.vcxproj are for VC++ 2013 Upd.5 (can be possibly downgraded to VS 2010)

We prefer to link statically with the runtime library rather than use runtime DLLs, to "streamline user experience", as MS people use to say. You can link with DLL runtime, if you wish.

UAC note: Verpatch does not require any administrator rights and may not work correctly if run elevated.

The original source for CodeProject article demonstrates use of the UpdateResource API and imagehlp.dll. It does not demonstrate a good use of C++, good coding style or anything else.

Support

I don't use or support this utility any longer. Issues and queries can be posted via github.

Clone this wiki locally