Home > Software design >  Could not find the entrypoint _pcre2_compile@40. (3260)
Could not find the entrypoint _pcre2_compile@40. (3260)

Time:10-20

I have built a libpcre2-8.dll with the help of enter image description here

CodePudding user response:

I think that you need to change your long integers to INT64.

CodePudding user response:

Is the entrypoint externally visible/accesible?

I've used https://dependencywalker.com/ in the past to figure that out.

CodePudding user response:

Does that change if you specify the ORDINAL option ?

  • Related