Hi YongHao,
On 07/20/15 04:30, YongHao Hu wrote:
The LastError 1314 is the error of creating CreateSymbolicLinkA. Program'll get this if the calling process does not have enough rights. You need to be running as an elevated administrator to use this function. Do we need to create symbolic links in Windows the same way as symlink, without requiring admin privileges?
You should probably detect CreateSymbolicLink failure and skip some tests in this case.
Thanks, Piotr