Questions tagged [druntime]
5 questions
8
votes
2 answers
Is the D language completely dependant upon the D runtime?
Lately, I've been studying on the D language. I've always been kind of confused about the runtime.
From the information I can gather about it, (which isn't a whole lot) I understand that it's sort of a, well, runtime that helps with some of D's…

kbzombie
- 322
- 2
- 12
7
votes
2 answers
How to compile D application without the D runtime?
Iv been trying to figure this one out forever, and its starting to annoy me. I understand the D runtime library. What it is, what it does. I also understand that you can compile a D app without it. Like what XoMB does. Well, XoMB defines its own…

kbzombie
- 322
- 2
- 12
3
votes
1 answer
Initializing the D runtime on OS X
Edit: this seems to be a longrunning issue with no imminent solution:
…

John_C
- 788
- 5
- 17
1
vote
0 answers
Linking a D program with a non-default druntime library
How can I link my dmd-compiled program with a specific version of the druntime?
I need this when experimenting with a new GC. GC's are defined in druntime.
See also: https://forum.dlang.org/post/dahmztupviwgazbzevps@forum.dlang.org

Nordlöw
- 11,838
- 10
- 52
- 99
1
vote
1 answer
Unicode conversion
Config:
OS: Windows 7 (32 bits)
DMD 2.58 using Phobos standard library
My Intent:
I began to port a old package (10 modules) written back in 2007. It featured a full unicode support and I want to keep that capability.
Its author has written a…

menjaraz
- 7,551
- 4
- 41
- 81