Windows static linking question

Imperatorn johan_forsberg_86 at hotmail.com
Tue Apr 27 07:13:16 UTC 2021


On Tuesday, 27 April 2021 at 06:29:40 UTC, frame wrote:
> From my source...
>
> ```d
> // main.d
> pragma(lib, common.lib);
> extern (C) void fun(bool something);
> ```
>
> [...]

Did you mean to use rdmd and not dmd? 🤔


More information about the Digitalmars-d-learn mailing list