We use Chilkat for multiple functions like e-mail, FTP etc. On a just updated program we got an error "The specified module can not be found" using the Unlockstatus access of the Chilkat library and while trying to find out the cause we found that we registered a newer version of the DLL than on our own and other systems and that caused the error.
However, I am puzzled by the following. Chilkat used to work with ChilkatAx-9.5.0-win32.dll which was replaced by a DLL with a more general name (without the version number) ChilkatAx-win32.dll. This is obviously used (when we rename that DLL we get the same error).
However: we unlock it with this code, not sure how we came to this (long ago):
Code: Select all
oChilkat:=OLEAutoObject{"Chilkat_9_5_0.Global"} Dick

