Le 23/08/2012 08:57, Alexander Burger a écrit :
Hi Laurent,

It took the error message I got when I worked on the uncompress
function to realize that, indeed, InBuf should be a byte list, and
not a string... (this is binary data, and there are null bytes, and
a (pack (mapcar 'char TheList)) removes said bytes...)
Looking at the "Memory Management" section at
http://software-lab.de/doc/native.html, I am considering using
malloc (I will have many calls) but for what I have in mind, I would
need to be able to set and get the value of a malloc-ed variable
outside of a native call.
Is it possible?

Yes. This should be possible with 'struct'.


Thanks! It works perfectly!

Regards,
--
Laurent ARTAUD (laurent.art...@free.fr)
--
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to