Blue Swirl wrote:
[...] But this patch also does not work [...]
It looks like you're missing the patch Mark Cave-Ayland proposed, with a str2cstr conversion. He noticed that call-method requires a c-string (pointer only), rather than a traditional forth string (pointer, len). The problem is that " seek" is a forth-format string, and the first thing call-method is doing is converting from cstring to forth string - which doesn't work if you are already supplying a forth string.