[squeak-dev] FFI woes

Keith Hodges keith_hodges at yahoo.co.uk
Mon Apr 7 16:30:19 UTC 2008


The problem that MC1.5 has with FFI is not what I thought it was.

The problem is due to the fact that MC1.5 compiles each class definition 
twice before it sends #initialize. FFI unfortunately overrides 
#doneCompiling and expects everything to be initialized already, which 
it isn't.

I beleive Sig has uploaded a fix for ffi to mantis.

Keith




More information about the Squeak-dev mailing list