Re: complete win headers for 32/64 bit

2015-08-13 Thread learn via Digitalmars-d-learn
On Thursday, 13 August 2015 at 17:04:54 UTC, Adam D. Ruppe wrote: On Thursday, 13 August 2015 at 16:28:15 UTC, learn wrote: I'm slowly working on getting them into the standard library. I'm probably one or two more weekends away from getting it to work (it is harder than I thought because the

complete win headers for 32/64 bit

2015-08-13 Thread learn via Digitalmars-d-learn
unfortunately i can't find a complete set of windows header files. maybe one should add a link for those headers if they exist - life is not linux or osx only.

vs2015 linker error

2015-08-13 Thread learn via Digitalmars-d-learn
trying to comile the minimal console application generated by visuald: Building Debug\ConsoleApp1.exe... LINK : fatal error LNK1104: cannot open file 'libucrtd.lib' Building Debug\ConsoleApp1.exe failed!