Search

November 19, 2023
Learn »
...dlang/dmd -L-L/usr/lib -L--export-dynamic -fPIC

[Environment64]
DFLAGS=-I/usr/include...
November 15, 2023
Issues »
...64/../../../../../phobos/generated/linux/release/64
-L--export-dynamic -fPIC
---
core.exception.AssertError@src/dmd...
November 10, 2023
General »
...event/ldc_d_optimization/attachments/slides/1819/export/events/attachments/ldc_d_optimization/slides/1819...
November 08, 2023
Learn »
...import core.sys.windows.dll;
    mixin SimpleDllMain;
}

export extern(C) void helloWorld()
{
    import std.stdio...
November 09, 2023
Learn »
...the LD path before execution.

E.g. export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/projects...
November 08, 2023
Learn »
I would like to export some functionality as external shared dynamically linked D library.

Is...
November 07, 2023
LDC »
...64.so.2 (0x00007fb20b95d000)
```

In ARMV7:
``` Bash
# export LD_TRACE_LOADED_OBJECTS=1
# ./dtest
        librt...
October 28, 2023
Issues »
...short and unsigned int respectively when using export(C) so that should function as normal.

--
October 23, 2023
General »
...this way, very simple:

```D

version(DLL) export extern(C) void on_reload(State* state...
October 21, 2023
General »
...event/ldc_d_optimization/attachments/slides/1819/export/events/attachments/ldc_d_optimization/slides/1819...
1 2 3 4 5 6 7 8 9
Next ›   Last »