Archived Forum Post

Index of archived forum posts

Question:

Delphi DLL - The procedure entry point CkString_getStringUtf8 could not be located ...

Dec 26 '15 at 12:22

I'm evaluating the Chilkat libraries as a replacement for a number of other Delphi components and libraries and have run into an issue that I can not resolve and appears to be a bug in the DLL itself.

I have written some code based on the samples in your online library and I get the error "The procedure entry point CkString_getStringUtf8 could not be located in the dynamic link library ..." when I run the application. The error occurs when using the CkString_getStringUtf8 method. I've tried with and without ckstring in the uses clause and if I don't use method "CkString_getStringUtf8" it runs without any issues.

I am using the latest version available from your website, with Delphi XE6. Any ideas?

Thanks.