Issues with undefined symbols when using Vibe on Windows

Chris M. chrismohrfeld at comcast.net
Tue Jul 3 13:32:21 UTC 2018


On Tuesday, 3 July 2018 at 05:36:12 UTC, Seb wrote:
> On Monday, 2 July 2018 at 23:00:08 UTC, Chris M. wrote:
>> On Monday, 2 July 2018 at 21:20:26 UTC, Seb wrote:
>>> On Monday, 2 July 2018 at 19:24:38 UTC, Chris M. wrote:
>>>> On Monday, 2 July 2018 at 18:48:16 UTC, Jonathan M Davis 
>>>> wrote:
>>>>> [...]
>>>>
>>>> Downloaded the DMD and DMC zip files, extracted and added to 
>>>> PATH. Been working for the most part so far.
>>>
>>> I thought for 64-bit the bundled lld linker and mingw runtime 
>>> are used?
>>> https://dlang.org/changelog/2.079.0.html#lld_mingw
>>> So in fact you shouldn't even need DMC?
>>
>> Ah, okay. I'm mostly on Linux so I generally miss anything 
>> Windows-related. I was using the following link and figured 
>> I'd install DMC as well.
>>
>> https://dlang.org/dmd-windows.html#requirements
>
> BTW have you tried using LDC?
> They might ship a newer version of LLD.

After hashing it out with some people on the Discord, I'm fairly 
certain we narrowed it down to the 64-bit user32.lib from mingw 
missing these functions.

https://issues.dlang.org/show_bug.cgi?id=19051


More information about the Digitalmars-d-learn mailing list