July 16, 2011
8:21 p.m.
Hi guys I found that henrik succeeded to compile and get in MC you just need to define unprotectedExternalObjects:: foo self and after you can easily define clearExternalObjects "Clear the array of objects that have been registered for use in non-Smalltalk code." ProtectTable critical: [self unprotectedExternalObjects:: Array new]. I'm not convinced that it is good :) stef