The D Programming Language front-end for the GCC compiler. Allows the compilation of D source code using GCC. While it isn’t an official part of GCC, it is actively maintained.
Questions tagged [gdc]
59 questions
0
votes
1 answer
use Genero Shortcut By Html
I have a question now because IE was not maintained after 2022/6/15 also as the ActiveX
We have the ERP system only can use ActiveX By GDC(Genero Desktop Client), But now it can't use.
I google for it and found that I can create a shortcut By GDC,…

Jack_fu
- 11
- 3
0
votes
1 answer
Why std lib from GDC is not the same that phobos from DMD
For example, I can not compile using GDC 5.2.0 (2016-02-05T11:17:49.3234388) a program importing std.meta because that file is not found.
I was comparing the include folders between GDC and DMD and I found a great mismatch of…

Jairo Andres Velasco Romero
- 1,994
- 1
- 19
- 31
0
votes
1 answer
GDMD compiling errors (CA XCOM server)
I really need your help. I am struggling to compile Xcom server files to install my Ubuntu Linux. Xcom server is a messaging server which is also helpful for a multiplayer game and as a messaging system.
When I type make command it returns error…

Orkhan Orkhan
- 105
- 2
- 8
0
votes
0 answers
Error with GDC semaphore
The following Swift class is built to emulate Java Thread sleep and interrupt methods with GDC. The sleep method creates a semaphore, waits for it to be signaled and returns true when sleep ended prematurely. The interrupt method signals the…

cyanide
- 3,885
- 3
- 25
- 33
0
votes
2 answers
D case insensitive associative array?
Is it possible? I'm building a REST Api with vibe.d and implementing token authentication. Because I'm not aware in which casing the user will send me Authorization header parameter, I need to query it in case insensitive manner. For…

Davita
- 8,928
- 14
- 67
- 119
0
votes
1 answer
Getting huge error spew from GtkD on a simple program
I installed GtkD from AUR, and now I'm trying to compile this tutorial code. Both for compiling GtkD itself and the tutorial code, I'm using GDC 4.9.1.
I attempted to compile the code as follows (hello.d is the file name):
gdc -Wall -Werror…

Koz Ross
- 3,040
- 2
- 24
- 44
0
votes
1 answer
Objective C - Regulate GDC thread to limit cpu usage
i have an app where use xmppframework ( chat system ), to lighten the main thread I moved all data processing on a queue with low priority but it presents a problem, when I receive a large number of chat messages simultaneously are launched n…

pasqui86
- 529
- 1
- 7
- 22
0
votes
1 answer
Attaching to running process via GDB causes lags
When I attach to running process on my system (Ubuntu 12.04) I easily can make breakpoints, but when i hit the 'cont' command my system does nothing except printing "Continuing" message. I tried several commands always with the same result. What can…

Michał Bil
- 3,179
- 5
- 20
- 24
0
votes
2 answers
Version identifier switch for GNU D Compiler (GDC)
Seems that GDC does not support -version= switch, like DMD does.
--version or -v do not work either.
How do I instruct compiler to use given version identifier?

Pavel Kirienko
- 1,162
- 1
- 15
- 31
0
votes
2 answers
iOS CoreData Background Thread Fetching in cellForRowAtIndexPath
I have a tableview in my app that contains a NSFetchedResultsController to load in some CoreData objects.
As the table builds in cellForRowAtIndexPath:, for each cell I must do a fetch to get some other info from another object.
The table is filled…

RyanG
- 4,393
- 2
- 39
- 64
0
votes
0 answers
GDC 4.8 Snapshot Use Error
When trying to use my own build of GDC-4.8-20120105 to build Hello World in D
import std.stdio;
void main(string args[])
{
auto x = 0b10;
writeln(x);
}
I get the following error:
per@lappis:~/alt$ gdc-4.8 ~/f.d…

Nordlöw
- 11,838
- 10
- 52
- 99
0
votes
1 answer
Hard crash when drawing content for CALayer using quartz
I am trying to figure out why iOS crash my application in the harsh way (no crash logs, immediate shudown with black screen of death with spinner shown for a while).
It happens when I render content for CALayer using Quartz. I suspected the memory…

Lukasz
- 19,816
- 17
- 83
- 139
-1
votes
1 answer
Turn "Google Developer Console" on
I have to Turn on "Google Developer Console" in my "Admin Console > Apps > Additional Google Services" but I can't find it.
I am Super-Admin.
I need to use Google Maps API.

LWC
- 21
- 2
-2
votes
1 answer
Compiling fails, D programming (GDC)
So I have installed gdc trying to do a simple compile at command prompt. Not sure if my imports\includes actually work? What should I do? I am 100% sure the program compiles with…

Alex
- 1
- 1