On 04/12/2018 07:37 PM, Pi Digital via use-livecode wrote:
Why on earth would you have to type them? Why not for loop them or copy-paste
or get LC to give you a 1024 char string of them you can copy-paste in? Odd.
Well, yeah, obviously it would be a cut and paste thing.
But even so, when deali
Here's an snip from my libSodium start:
private __safe foreign handler \
MCDataCreateWithBytesAndRelease( \
in pBytes as Pointer, \
in pCount as LCUIndex, \
out rData as Data) \
returns CBool binds to ""
private __safe foreign handler \
MCMemoryAllocate( \
in pSize as LCUIndex, \
out rBlock as Po
Why on earth would you have to type them? Why not for loop them or copy-paste
or get LC to give you a 1024 char string of them you can copy-paste in? Odd.
LCB is very much in its youth especially for java and objc. We have only the
bare minimum of examples and tutorials and documentation of cou
Here's what I have so far...
On Thu, Apr 12, 2018 at 9:04 PM, Mark Wieder via use-livecode <
use-livecode@lists.runrev.com> wrote:
> On 04/12/2018 06:03 PM, Brian Milby via use-livecode wrote:
>
>> What language is the library written in? Which platform? I have some code
>> that I’ve started to p
On 04/12/2018 06:03 PM, Brian Milby via use-livecode wrote:
What language is the library written in? Which platform? I have some code
that I’ve started to put together for libSodium, but I have not done much
more than reference the calls.
Interesting. I started down the libSodium path and gave
What language is the library written in? Which platform? I have some code
that I’ve started to put together for libSodium, but I have not done much
more than reference the calls.
On Thu, Apr 12, 2018 at 7:55 PM Dan Friedman via use-livecode <
use-livecode@lists.runrev.com> wrote:
> Greetings! I
Greetings! I am trying to learn how to make a LC Library that will connect to
an external SDK that I can use in my LC Apps. But, I seem to be stuck before I
even got started. I have LC Builder open, and I have downloaded the SDK I
want to write the wrapper for, but I don’t know what to do w