Harry Gillanders
Harry Gillanders
> > windows_h.obj : error LNK2019: unresolved external symbol _InterlockedExchangeAdd referenced in function _InlineInterlockedAdd > > I can try to synthesize this later (Linux). But it would be useful to...
> > But because the path to __builtins_msvc.d wasn't explicitly provided on the command-line, codegen doesn't take place for the __builtins_msvc module. > > For now I suggest just asking...
A proposed fix: https://github.com/ldc-developers/ldc/pull/4625
There's some inline assembly included by `windows.h` for 32-bit Windows that triggers this bug—which is a real drag, so I've been toying around with the code that translates DMD-style assembly...
> This is maddening, since that line should not have any semantic meaning at all. Am I just going crazy? "We’re all mad here. I’m mad. You’re mad." The PowerShell...
Okay, I've looked into it—it seems as though this is caused by the `Mods/Resource.cfg` file in the user-data directory being empty, or at-least that's how I can replicate it. At...