[plt-scheme] foreign: am I missing something basic?
I don't see a _scheme-pointer in the docs, and it's not bound....?
Dave
On Sep 28, 2009, at 3:09 AM, Noel Welsh wrote:
> Ah, I think I know. Should it be _scheme-pointer instead of _scheme? I
> make this mistake all the time.
>
> HTH,
> N.
>
> On Sun, Sep 27, 2009 at 9:51 PM, Dave Herman <dherman at ccs.neu.edu>
> wrote:
> ...
>> * I have tried debugging the crashed DLL in Visual Studio, and it's
>> showing
>> the value of the pointer x as the very suspicious value 0x95; the
>> crash is
>> an access violation (can't read from that protected address).