Florisjuh 0 Report post Posted March 25, 2005 Does anyone know a way to patch C++ code with a .patch file? I have Visual C++ 6.0, the .patch file and the source code of the file I want to patch with it... Share this post Link to post Share on other sites
osknockout 0 Report post Posted March 26, 2005 I think you need to get diffutils, patch (GNU prgms) and their underlying libraries compiled for windows. I don't know if binaries of those exist and you might have to use GCC to compile them anyway. Share this post Link to post Share on other sites