September 01, 2020
I need package Dlang in a standalone portable executable.
I need packcages all dependencies, dlls, files, etc in one executable file.
September 01, 2020
On Tuesday, 1 September 2020 at 01:29:43 UTC, Marcone wrote:
> I need package Dlang in a standalone portable executable.
> I need packcages all dependencies, dlls, files, etc in one executable file.

Please see here
https://p0nce.github.io/d-idioms/#Embed-a-dynamic-library-in-an-executable

Kind regards
Andre