Quote Originally Posted by chronozphere
Ah thanx it works.
>>Can i write to this debug-log myself
>>Where can i find an overview of all the debug messages D3D generates... and maybe a good D3D-Debug guide.
1) call OutputDebugString()
2) probably you will not find any complete list; but generally they are self-decriptive and if not just try to search phrase via Google and it will reveal many comments about it.