Code: Select all
use com.livecode.encodingTrying to use (part of) the source of encoding.lcb on github doesn't work:
Code: Select all
use com.livecode.foreign
foreign handler ExecEncodeUsingBase64(in pSrc as Data, out rVal as String) \
returns nothing binds to "<builtin>"Trying to use "unsafe"-context also doesn't help.
What's wrong? What can I do?

