Trying to create a trivial 64 bit D Lang DLL on a Windows 10 machine and cant get past linking.
Виталий Фадеев
vital.fadeev at gmail.com
Thu Oct 1 12:04:36 UTC 2020
On Tuesday, 29 September 2020 at 21:22:21 UTC, WhatMeWorry wrote:
> module user;
>
> export { int myAddSeven(int a, int b); }
>
> [...]
As example, DLL: https://github.com/vitalfadeev/dlang-dll
More information about the Digitalmars-d-learn
mailing list