Re: Guile dynamic FFI, C function expecting pointer

2020-11-22 Thread Matt Wette
On 11/22/20 2:50 PM, Tim Meehan wrote: I tried to boil this question down to the most simple thing that represented what I needed to understand. I have had luck getting C functions that expect arguments "by value," but "by reference" has been problematic. The failure mode is "Segmentation Fau

Guile dynamic FFI, C function expecting pointer

2020-11-22 Thread Tim Meehan
I tried to boil this question down to the most simple thing that represented what I needed to understand. I have had luck getting C functions that expect arguments "by value," but "by reference" has been problematic. The failure mode is "Segmentation Fault," so I gather that I may not be using the