I'm writing an application in C, which uses pcre3.dll for regular expression.
The problem is that the program requires pcre3.dll in every client computer I'm trying to run the program on.
How can I remove the dependency of my application from pcre3.dll ?