On Tuesday, 8 November 2016 at 19:00:15 UTC, Steven Schveighoffer
wrote:
On 11/8/16 11:48 AM, Konstantin Kutsevalov wrote:
On Tuesday, 8 November 2016 at 16:34:04 UTC, Konstantin
Kutsevalov wrote:
ADD:
I tried to open other stream in main()
```
...
import dsfml.system.err;
int main(string[] args)
{
err.open("errors.log", "a");
err.write("test\n");
....
}
...
```
but as can I see, that hasn't any effect for tcplistener
module...
OK ... problem with tcplistener solved, just a code mistake.
But the
question is actual.
I can honestly say, I don't know what dsfml is or any of the
code you have posted.
-Steve
oh, it's ok because it's all work fine, I just was too
inattentive.