On Thursday, 18 July 2019 at 14:29:36 UTC, vladislavp wrote:
Hello, I am looking for help using betterC with GDC
(after this, my next step was to see if I can use wxWigdets
with GDC betterC without
wxD wrappers)
This question is essentially same as below from 2018( it did
not have any answer
On Saturday, 4 May 2019 at 12:47:18 UTC, Iain Buclaw wrote:
On Sat, 4 May 2019 at 13:45, Mike Franklin via D.gnu
wrote:
On Saturday, 4 May 2019 at 11:34:16 UTC, Iain Buclaw wrote:
>> 1. Where is development taking place? Where is HEAD?
>
> It's happening in SVN, there are a few official git
On Saturday, 4 May 2019 at 11:40:27 UTC, Mike Franklin wrote:
On Saturday, 4 May 2019 at 11:34:16 UTC, Iain Buclaw wrote:
1. Where is development taking place? Where is HEAD?
It's happening in SVN, there are a few official git mirrors
however.
Is that also where I can find the latest GDC
On Thursday, 2 May 2019 at 21:08:33 UTC, James Blachly wrote:
Apologies, but the website is extremely outdated, and I cannot
find reliable, specific instructions on how to install recent
GDC on linux.
Distribution packages are often quite behind. For example,
Ubuntu 16LTS which we are still
On Tuesday, 11 September 2018 at 08:54:33 UTC, Danny Arends wrote:
Hey all,
I am building a font glyph atlas for 2D and 3D rendering using
the following code:
dchar c = '\u';
while (c <= '\U') {
if(isValidDchar(c)){
# Code working on the char
}
}
This compiles, and works
On Sunday, 25 February 2018 at 09:36:51 UTC, Johannes Pfau wrote:
Am Sun, 25 Feb 2018 00:05:44 + schrieb kdevel:
but gdc (GCC 4.9.4) complains:
dotbench.d:65:11: Fehler: basic type expected, not foreach
static foreach (s; typenames) {
^
dotbench.d:65:11: Fehler: no identif