[Gambas-user] [Gambas Bug Tracker] Bug #974: SVN: Can't Commit.

2016-08-10 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.974=L21haW4- Comment #3 by Benoît MINISINI: Did you give me your sourceforge account? Please talk about that on the development mailing-list, and not the bugtracker, which is there for... tracking bugs.

[Gambas-user] [Gambas Bug Tracker] Bug #974: SVN: Can't Commit.

2016-08-10 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.974=L21haW4- Comment #2 by Mufeed ALI: I did sign up in sourceforge and i also did what is said in the wiki. But i still can't. -- What NetFlow Analyzer can do for

[Gambas-user] [Gambas Bug Tracker] Bug #969: Suddenly getting error "Stream is closed" on Eof() and Lof() after closing Process stream

2016-08-10 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.969=L21haW4- Comment #2 by Benoît MINISINI: It's the old process stream special behaviour that was not logic. Closing a stream should make the stream unusable, whatever the stream is. Now to act the way you want, you need a special method in the

[Gambas-user] [Gambas Bug Tracker] Bug #969: Suddenly getting error "Stream is closed" on Eof() and Lof() after closing Process stream

2016-08-10 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.969=L21haW4- Comment #3 by Tobias BOEGE: I like that more, yes. -- What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an

[Gambas-user] [Gambas Bug Tracker] Bug #974: SVN: Can't Commit.

2016-08-10 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.974=L21haW4- Benoît MINISINI changed the state of the bug to: Rejected. -- What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an

Re: [Gambas-user] ecompiling error gambas on curl << 7.19 solved with patch

2016-08-10 Thread Benoît Minisini
Le 17/07/2016 21:45, PICCORO McKAY Lenz a écrit : > sorry here the patch > > --- gambas3-3.4.0.orig/gb.net.curl/src/CNet.c > +++ gambas3-3.4.0/gb.net.curl/src/CNet.c > @@ -38,6 +38,15 @@ > #ifndef CURLE_FTP_BAD_FILE_LIST > #define CURLE_FTP_BAD_FILE_LIST 87 > #endif > +#ifndef

Re: [Gambas-user] Gambas custom controls : renaming the exported class

2016-08-10 Thread adamn...@gmail.com
On Wed, 10 Aug 2016 02:43:17 +0200 Benoît Minisini wrote: > Le 23/06/2016 09:12, Benoît Minisini a écrit : > > Le 23/06/2016 05:04, adamn...@gmail.com a écrit : > >> Well this is a bit obscure but for me it's a big pain. > >> > >> When developing a custom gambas