November 19, 2023 Learn » cannot find source code for runtime library file 'object.d' | |||
|---|---|---|---|
| |||
...dlang/dmd -L-L/usr/lib -L--export-dynamic -fPIC [Environment64] DFLAGS=-I/usr/include... | |||
November 15, 2023 Issues » [Issue 24246] ICE: CTFE internal error | |||
|---|---|---|---|
| |||
...64/../../../../../phobos/generated/linux/release/64 -L--export-dynamic -fPIC --- core.exception.AssertError@src/dmd... | |||
November 10, 2023 General » Re: Profile-Guided Optimization (PGO) support in D ecosystem | |||
|---|---|---|---|
| |||
...event/ldc_d_optimization/attachments/slides/1819/export/events/attachments/ldc_d_optimization/slides/1819... | |||
November 08, 2023 Learn » Re: D: How would one make a shared dynamically linked D library? | |||
|---|---|---|---|
| |||
...import core.sys.windows.dll;
mixin SimpleDllMain;
}
export extern(C) void helloWorld()
{
import std.stdio... | |||
November 09, 2023 Learn » Re: D: How would one make a shared dynamically linked D library? | |||
|---|---|---|---|
| |||
...the LD path before execution. E.g. export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/projects... | |||
November 08, 2023 Learn » D: How would one make a shared dynamically linked D library? | |||
|---|---|---|---|
| |||
I would like to export some functionality as external shared dynamically linked D library. Is... | |||
November 07, 2023 LDC » Re: Under what circumstances does the “[shared] static this” not run, On ARM | |||
|---|---|---|---|
| |||
...64.so.2 (0x00007fb20b95d000)
```
In ARMV7:
``` Bash
# export LD_TRACE_LOADED_OBJECTS=1
# ./dtest
librt... | |||
October 28, 2023 Issues » [Issue 24132] ImportC: Add support for wchar_t, char16_t, char32_t | |||
|---|---|---|---|
| |||
...short and unsigned int respectively when using export(C) so that should function as normal. -- | |||
October 23, 2023 General » Re: NullPointerError signals are useful and here is why we should have | |||
|---|---|---|---|
| |||
...this way, very simple: ```D version(DLL) export extern(C) void on_reload(State* state... | |||
October 21, 2023 General » Re: LDC PGO on Windows | |||
|---|---|---|---|
| |||
...event/ldc_d_optimization/attachments/slides/1819/export/events/attachments/ldc_d_optimization/slides/1819... | |||
Copyright © 1999-2021 by the D Language Foundation