Re: setAttributes call error

2014-03-17 Thread Jay Norwood
Sorry, this is my fault. I had an old installation of 2.064 still in the path.

setAttributes call error

2014-03-17 Thread Jay Norwood
I updated to 2.065, and using visualD for the build on Windows. VisualD finds this setAttributes call in file.d, but the build fails to find it in the library. Does this build for someone else? import std.file; void clrReadOnly( in char[] name) { uint oldAtt = getAttributes(name); v