On 09 Jun 2015, at 2:59 , Henrik Johansen <henrik.s.johansen@veloxit.no> wrote:

MyClass createCacheOf: data in: cache.

Forgot to change this; you need to pass in the ExternalArray addresses as parameters, not the ExternalArrays themselves.

MyClass createCacheOf: data address in: cache address

Cheers,
Henry