Re: TLS

2017-03-13 Thread M-exe via Digitalmars-d-learn
On Friday, 10 March 2017 at 21:32:05 UTC, sarn wrote: On Friday, 10 March 2017 at 19:24:29 UTC, bauss wrote: Mark your variables with __gshared. I would say shred, but it has some restrictions to it, where __gshared is the equivalent to global variables in C. immutable variables are also not

Re: TLS

2017-03-09 Thread M-exe via Digitalmars-d-learn
On Friday, 10 March 2017 at 07:17:22 UTC, rikki cattermole wrote: D does not support Windows XP. If you absolutely require it, you will have to contact Walter about support. Let me care about it ;) I just need help with the TLS :)

Re: TLS

2017-03-09 Thread M-exe via Digitalmars-d-learn
On Friday, 10 March 2017 at 06:46:03 UTC, rikki cattermole wrote: On 10/03/2017 7:41 PM, M-exe wrote: I found that D is great language, but for my own reasons I'm trying to use it without TLS at all. Can the TLS directory be avoided? (compiling on windows) I mean, can it avoided without losing

TLS

2017-03-09 Thread M-exe via Digitalmars-d-learn
I found that D is great language, but for my own reasons I'm trying to use it without TLS at all. Can the TLS directory be avoided? (compiling on windows) I mean, can it avoided without losing GC and main language features? I found out that also when with -vtls there is no output, there is T