need help with Windows CreateNamedPipe Security attributes process with undefined symbols at compile time
Adam D. Ruppe via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Tue Dec 1 06:48:35 PST 2015
On Tuesday, 1 December 2015 at 14:40:38 UTC, Jonathan Villa wrote:
> MAN! what the heck? I changed the build from x86 to x64 and
> there's no more errors. Even without the new pragma line.
> Either way I would prefer x64 over x86.
64 bit should work better because then it uses the linker and dll
definitions from Microsoft, which are more up to date.
The ones that come with 32 bit dmd are ancient... like Windows
2000ish. We've known about this for ages but nobody has updated
them....
More information about the Digitalmars-d-learn
mailing list