Direct LCB encoding/decoding
Posted: Thu Oct 05, 2017 3:31 pm
Instead of doing that by LCS and get it back I'm trying to encode/decode data in LCB.
doesn't work, the module is not available.
Trying to use (part of) the source of encoding.lcb on github doesn't work:
compiles but results in an LCB error "Unable to bind foreign handler ..."
Trying to use "unsafe"-context also doesn't help.
What's wrong? What can I do?
Code: Select all
use com.livecode.encoding
Trying 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?