FFI broken ?

Henrik Gedenryd Henrik.Gedenryd at lucs.lu.se
Mon Jul 30 12:27:23 UTC 2001


rob.van.den.berg at philips.com wrote:

> Hi,
> 
> I am trying to glue together my Squeak GUI with an existing Image processing
> application for which I have written a dll for interfacing ( Yes, it's on
> Windows). To make this work I wanted to use FFI. But just testing the examples
> (Win32Shell) in the
> latest Win32 Squeak distribution crashes Squeak with no error whatsoever: The
> FFI call however (e.g Win32Shell explore: 'c;\') does get executed! What am I
> doing wrong?
> 
> regards,
> 
> rob

Rob,

I don't use the Windows VM so I am not sure whether the FFI plugin is
included in it (this is a security issue; on the Mac it is not included).
What is the output if you printIt 'Smalltalk listLoadedModules' _after_
executing the failed FFI call?

Henrik






More information about the Squeak-dev mailing list