|
From: IOhannes m z. <zmo...@ie...> - 2008-01-24 11:55:23
|
hmm, somehow my persistent saving of ftm.o does not work now. before i get into the hassle of grabbing a mac and trying to compile ftm myself (oh i should learn how to use a real debugger...), i rather ask here: the problem seems to be that my self->obj in [ftm.o] does have a _container_, therefore the dumper_save_reference() in ftmdump.c:262 decides to use the clipboard for saving resulting in #T _#scope begin; #T _#obj -1 fmat; #T _#set #1; #T _#scope end; instead of #T _#scope begin; #T _#obj 1 fmat; #T _#mess 1 size 2 2; #T _#mess 1 set 0 0 10. 20. 30. 40.; #T _#set _#1; #T _#scope end; the container of self->obj is self->context [ftm.o] is set to persist, scope is default (local), no name; the obj is an "fmat 2 2" any idea what is going wrong? should the context be saved rather than the object itself? should the context not be the object's container? mfga.sdr IOhannes |