2008/10/2 Aric Stewart aric@codeweavers.com:
Remove the extra space here.
This isn't exactly what I meant. C:\Windows might not even exist on NT4/Win2000 and the temp directory might not be in %WINDIR%\temp. You should use GetTempPath instead. (Hard-coding C:\ is also something to be avoided if at all possible.)
Whoops on the whitespace.
The paths are irrelevent. They are intentionally pointing at a file and location that is not existing. Should I change the paths to express that more explicitly; something like: "D:\oes\not\exist" ?
-aric
Rob Shearman wrote:
2008/10/2 Aric Stewart aric@codeweavers.com:
Sure, that would work. That way we can be sure it won't give us different results on different test machines.