Text file compare program
License
- MIT
How to compile
- Before compiling this project, you should install two components which DiffEdit.pas has in EditControl folder.
- Run Delphi
- New -> Package
- Add DiffEdit.pas and UTextFile.pas
- Compile and install the package
- Close all project and source file then open JCompare.dpr
Comment by developer
Dec 26 2013
- JCompare is a software which compares with two different text file.
- It made for processing large size of files and can compare two files smart.
- Originally it's made with Borland Delphi 7 but this version can complie Delphi 2010 that I confirmed.