http://d.puremagic.com/issues/show_bug.cgi?id=4295
Summary: IID_IUnknown symbol undefined in phobos.lib
Product: D
Version: 2.041
Platform: Other
OS/Version: Windows
Status: NEW
Keywords: link-failure, rejects-valid
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Trass3r <[email protected]> 2010-06-08 10:24:18 PDT ---
std.c.windows.windows defines extern IID IID_IUnknown (and later uses it in
ComObject)
but the linker complains that the symbol is undefined.
Replacing it with
IID IID_IUnknown = {0x00000000, 0x0000, 0x0000, [0xC0, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x46]};
makes it work, but I'm not sure if this is the correct GUID.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------