Hallo,
ich benutze die Debenu Foxit PDF-Library unter Windows und unter Android.
Die Keys zur Freischaltung funktionieren unter Windows, nicht aber unter Android.
Die Entwickler haben mir folgendes geantwortet:
Because of this the ".so" file expects 32-bit character strings as input.
But you are using the ".so" file in Delphi and Delphi by default uses 16-bit character strings.
So in order to make it work in delphi you have to convert the license key string to 32-bit character set.
Mein Code ist momentan:
Delphi-Quellcode:
var
key : string;
begin
key := 'js5me41f8di7as31z7nd8ob4y';
....
wie bekomme ich den key in ein 32-bit character set?
Danke
Ciao
Stefan