Thanks so much for this Trevor, I can now retrieve requests from and
respond to a virtual threaded http server which is nice. Now trying to work
out how not to block the engine when the function that calls the server
waits for a new request to come in i..e callback functions purely within
lcb
Dan
On Mon, Dec 28, 2020 at 7:02 AM Dan Brown via use-livecode <
use-livecode@lists.runrev.com> wrote:
> Hi I'm stuck trying to find examples of passing lcs strings to a C function
> via pointer and it's driving me mad! I can retrieve char * pointers from C
> functions, convert to string and pass back
Basically you just use a shell command to execute the c code
and pass arguments to the c program right after you call the
code in the shell command.
I wrote and example and posted it a few years ago but I do
not have access to my old email files at the moment but you
might still be able to