uuid.d

Adam D. Ruppe via Digitalmars-d digitalmars-d at puremagic.com
Tue Oct 4 19:12:12 PDT 2016


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.



More information about the Digitalmars-d mailing list