uuid.d

Manu via Digitalmars-d digitalmars-d at puremagic.com
Tue Oct 4 19:34:52 PDT 2016


On 5 October 2016 at 12:12, Adam D. Ruppe via Digitalmars-d
<digitalmars-d at puremagic.com> wrote:
> On Wednesday, 5 October 2016 at 01:57:35 UTC, Manu wrote:
>>
>> it's saying they're already defined in phobos64.lib... wtf?
>> I checked std/uuid.d and there's nothing of the sort defined in
>> there...
>
>
> They are in the druntime src, core.sys.windows.uuid
>
> https://github.com/dlang/druntime/blob/master/src/core/sys/windows/uuid.d
>
>> So, dxguid.lib appears to be mutually exclusive with phobos64.lib, except
>> that phobox64.lib is incomplete... I can't link.
>
>
> I'm not sure what the best solution is, but one you could do is just take
> the missing ones and define them in your own file, then link with phobos but
> not with dxguid.

Sure, I can always work-around problems locally. But my point is, it's
not okay how it is.


More information about the Digitalmars-d mailing list