Hi, does anybody have idea why some windows XP installation would not evaluate path with double backslash in them?
Error is found on some XP (same build, patches, unknown more details). In most everything works, on some PCs following doesn't work:
Querying path (registry or folder) with functions like RegEnumKeyEx, fopen fails if path contains two backslashes, for example "C:\\test\hello.txt".
strPath = "\SOFTWARE\Microsoft\Windows\Currentversion\run" works
strPath = "\SOFTWARE\Microsoft\Windows\Currentversion\\run" doesnt...
Is there some policy option or setting which can affect it?
Any help welcome, RM