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'. Cheers, - Alex -- UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
