Forgot your password?

typodupeerror

Comment: Re:Easy fix, or fixed easily? (Score 2, Informative) 583

by Kill all Muslims (#30299404) Attached to: Black Screen of Death Not Microsoft's Fault

It's not really the registry per se; it's the fact that the Win32 API uses NULL-terminated strings while the underlying NT API uses Pascal strings. You can run into similar problems with the file system for the same reason. This dilemma can't really be fixed due to backward compatibility concerns, so this problem will continue to exist in all versions of Windows into the foreseeable future.

Heavier than air flying machines are impossible. -- Lord Kelvin, President, Royal Society, c. 1895

Working...