Does Kdiff3 have APIs available? Or is there any comparison tool’s API available that can be used in C#?
Does Kdiff3 have APIs available? Or is there any comparison tool’s API available that
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
KDiff doesn’t seem to have an API which you could make calls to. However there are various command line commands you could invoke. I’m not sure about the format of the diff results, but it’s possible you could analyse them in code to find any differences between your input files.
CodeProject also has a downloadable comparison algorithm project which you could attempt to integrate into your solution.