Re: LCB Woes

2018-04-13 Thread Mark Wieder via use-livecode
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

Re: LCB Woes

2018-04-12 Thread Brian Milby via use-livecode
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

Re: LCB Woes

2018-04-12 Thread Pi Digital via use-livecode
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

Re: LCB Woes

2018-04-12 Thread Brian Milby via use-livecode
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

Re: LCB Woes

2018-04-12 Thread Mark Wieder via use-livecode
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

Re: LCB Woes

2018-04-12 Thread Brian Milby via use-livecode
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