Missing library dependencies compiling app with importC

Danny Arends Danny.Arends at gmail.com
Thu Feb 22 13:24:45 UTC 2024


On Thursday, 22 February 2024 at 01:23:36 UTC, ptcute wrote:
> Greeings!
>
> My c to d header wrapper file curl_d.c (just 2 lines):
> ...
> So what's the real issue behind?
>
> Anyone help on this would be appreciated.


According to the windows documentation, you'll need: Kernel32.lib

See: 
https://learn.microsoft.com/en-us/windows/win32/api/winnt/nf-winnt-interlockedexchange





More information about the Digitalmars-d-learn mailing list