http://gambaswiki.org/bugtracker/edit?object=BUG.969&from=L21haW4-
Comment #4 by Benoît MINISINI:
Done in revision #7833, with the Process.CloseInput() method.
But don't use it to handle process output the way you did in the
'stream-is-closed' project, i.e. using a busy loop!
You should either
http://gambaswiki.org/bugtracker/edit?object=BUG.974&from=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.
http://gambaswiki.org/bugtracker/edit?object=BUG.974&from=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
http://gambaswiki.org/bugtracker/edit?object=BUG.969&from=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
http://gambaswiki.org/bugtracker/edit?object=BUG.969&from=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 inter
http://gambaswiki.org/bugtracker/edit?object=BUG.974&from=L21haW4-
Comment #1 by Benoît MINISINI:
You must have write access to the subversion repository to be able to commit.
--
What NetFlow Analyzer can do for you? M
http://gambaswiki.org/bugtracker/edit?object=BUG.974&from=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
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 CURLE_SSL_CRL_B
http://gambaswiki.org/bugtracker/edit?object=BUG.973&from=L21haW4-
Comment #7 by Mufeed ALI:
Public Sub RunAsRoot(Command As String, Optional SuApp As Integer)
Dim sDE As String
Dim
Command = System.Find("define")
Shell "echo $XDG_CURRENT_DESKTOP" To sDE
Print Command
Print sDE
I