easy way to log HRESULTs ??

Started by
1 comment, last by Scarface5013 22 years, 2 months ago
is there any function to lo HRESULT in char* or file ? or have i to write myself ?
Advertisement
In DirectX 8.1:

Include the dxerr8.h header and link with the dxerr8.lib for:
DXGetErrorDescription8()
DXGetErrorString8()
DXTrace()

or include the d3dx8.h header and link with d3dx8.lib for:
D3DXGetErrorString()


--
Simon O''''Connor
Creative Asylum Ltd
www.creative-asylum.com

Simon O'Connor | Technical Director (Newcastle) Lockwood Publishing | LinkedIn | Personal site

thx for prompt answering.

This topic is closed to new replies.

Advertisement