July 16, 2006

Confident About DirectX 9.0

DirectX 9.0 is sweet looking, I have it and the Platform SDK, and it’s all installed properly. My book for DirectX 8.1 threw up an error with this piece of code:
hconsole=CreateFile(”CONOUT$”,GENERIC_WRITE | GENERIC_READ,
FILE_SHARE_READ | FILE_SHARE_WRITE,
0L, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, 0L);
Don’t ask me why, because I have no clue. I found out the problem lies in [...]