[Issue 1080] New: Failed to link to std.windows.registry
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Mar 26 07:30:17 PDT 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1080
Summary: Failed to link to std.windows.registry
Product: D
Version: 1.010
Platform: PC
OS/Version: Windows
Status: NEW
Severity: major
Priority: P2
Component: DMD
AssignedTo: bugzilla at digitalmars.com
ReportedBy: wstring at gmail.com
A function defined with no implementation will make a link error:
// test.d
import std.windows.registry;
void main(){
Key k = Registry.localMachine;
}
Error 42: Symbol Undefined
_D3std7windows8registry8Registry5_ctorMFZC3std7windows8registry8Registry
--
More information about the Digitalmars-d-bugs
mailing list