Re: [Gambas-user] some questions around collections copy and collections inside collections

2016-09-06 Thread Jussi Lahtinen
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

Re: [Gambas-user] some questions around collections copy and collections inside collections

2016-09-06 Thread Tobias Boege
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

Re: [Gambas-user] some questions around collections copy and collections inside collections

2016-09-06 Thread Tobias Boege
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

[Gambas-user] [Gambas Bug Tracker] Bug #896: gb.xml: Crash when ending tag not complete

2016-09-06 Thread bugtracker
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!

[Gambas-user] [Gambas Bug Tracker] Bug #984: error compiling again 0.9 openssl, only 1.0 compiles

2016-09-06 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #896: gb.xml: Crash when ending tag not complete

2016-09-06 Thread bugtracker
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

Re: [Gambas-user] Gambas 3.9.

2016-09-06 Thread Benoît Minisini
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.

[Gambas-user] Gambas 3.9.

2016-09-06 Thread Antonio Teixeira
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