If "keys of the coll1 object" refers to variables in the objects, then the
problem is simply, because that the copy of collection contains same object
references as the original collection.
Then to correct that you need to create new objects for the new collection.
Jussi
On Tue, Sep 6, 2016 at 1
On Tue, 06 Sep 2016, Tobias Boege wrote:
> Of course, if you know that your Collection only contains Collections, which,
> in turn, you are sure only contain primitive data types (which can easily be
> deep-copied), then you can, of course, write a deep copy function:
>
> '' Assumes ~cCol~ is a
On Tue, 06 Sep 2016, PICCORO McKAY Lenz wrote:
> i have a function that returns a collections of collections, named
> getPedidogeneral
>
> i mean, this function returns object coll1 that inside each key is a id of
> a object that also are a collection too
>
> i try to copy the firts to other, i m
http://gambaswiki.org/bugtracker/edit?object=BUG.896&from=L21haW4-
Comment #7 by PICCORO LENZ MCKAY:
well u have right! now works! i dont understand why now works with the brackes
but maybe the compiler dont like the assumend if-next, thanks benoit!
now lets test the smtp/imap related module!
http://gambaswiki.org/bugtracker/edit?object=BUG.984&from=L21haW4-
Comment #37 by Tyrone LUCERO:
i recompile lasted svn r7895 and that was the results in Ubuntu 12.04 fresh
install, the hmac crypt are good! seem its a openssl problem, due i also noted
that openssl 0.9.8 are availabel in ubuntu
http://gambaswiki.org/bugtracker/edit?object=BUG.896&from=L21haW4-
Comment #6 by PICCORO LENZ MCKAY:
hi benoit, i see the commit, i'll compile and test in few minutes, but before i
think about it and i dont know, i'm not sure: the brackes will solve the
problem!? well i'll test and report feedb
Le 06/09/2016 à 12:59, Antonio Teixeira a écrit :
> Hello everyone.
>
> I Instaled gambas 3.9.0 and gambas 3.9.1.
> No errors compiling and instaling but then dont work. I just get
> "Segmentation fault (core dumped)" .
> What can I send here (infos) to try to get some help?
> Thank you very much.
Hello everyone.
I Instaled gambas 3.9.0 and gambas 3.9.1.
No errors compiling and instaling but then dont work. I just get
"Segmentation fault (core dumped)" .
What can I send here (infos) to try to get some help?
Thank you very much.
best regards
António Teixeira