1
Development / Re: wxSmith : add option for Create function in inhereited cases
« Last post by ollydbg on Today at 01:45:21 pm »I don't know how to create a "patch file". Do I need a special environment?
Well. A patch file or a diff file can be obtained by some version control tool. For example, svn or git. For C::B source, it has svn code repo, and git code mirrors. You can fetch the code from svn code repo or clone the code from git repo, and make some modification to the source code, and later generate patch file.
Recent Posts