need help with Windows CreateNamedPipe Security attributes process with undefined symbols at compile time
Jonathan Villa via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Tue Dec 1 09:18:58 PST 2015
On Tuesday, 1 December 2015 at 14:48:37 UTC, Adam D. Ruppe wrote:
> 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....
Ok, I'm fine with it; I'm gonna stick with x64, It looks like the
better option.
Thanks all for your help ^^
More information about the Digitalmars-d-learn
mailing list