1 day ago Announce » Re: Project DVN - Visual Novel Engine | |||
|---|---|---|---|
| |||
...Added default character name colors - Fixed background loading order - Added color settings for dialogue panel... | |||
3 days ago Issues » [Issue 16045] Unable to loading global variables in inline assembly with -fPIC | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=16045 --- Comment #2 from dlangBugzillaToGithub <robert.schadek... | |||
3 days ago Issues » [Issue 10719] Loading classes in runtime | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=10719 --- Comment #3 from dlangBugzillaToGithub <robert.schadek... | |||
December 07 Issues » [Issue 12792] runtime loading D shared library as a standalone (with it's own GC etc) | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=12792 --- Comment #1 from dlangBugzillaToGithub <robert.schadek... | |||
November 29 Learn » Re: raylib-d how to program a simple moving circle. | |||
|---|---|---|---|
| |||
...window
//InitWindow(720, 640, "Dlang Raylib Window");
// loading texture
//Texture2D image = LoadTexture("car.png");
// resizing... | |||
November 29 Learn » Re: Is there a way to Deferred binding symbol from dynamic library? | |||
|---|---|---|---|
| |||
I'm pretty sure loading the exported symbols of global variables works the same way... | |||
November 10 LDC » Re: ASM: Loading address of label truncates to 32 bits on x64 | |||
|---|---|---|---|
| |||
Ok apparently... lea RCX,[RIP+LABEL] works. | |||
November 10 LDC » Re: ASM: Loading address of label truncates to 32 bits on x64 | |||
|---|---|---|---|
| |||
Am I understanding correctly that LDC parse D symtax and converts it to LDC/GDC... | |||
November 10 LDC » ASM: Loading address of label truncates to 32 bits on x64 | |||
|---|---|---|---|
| |||
```d
asm
{
mov EAX,idx;
shl EAX,4;
lea RCX,LOOKUP;
jmp [RCX+RAX];
LOOKUP... | |||
October 12 Learn » Re: Splitting a project into different executable files | |||
|---|---|---|---|
| |||
...a dynamic library, i have external app loading lib but principle will be the same... | |||
Copyright © 1999-2021 by the D Language Foundation