Skip to content

KennyProgrammer/DxErr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DxErr

This is fixed DxErr with UNICODE and ASCII.

One of the little utility libraries in the DirectX SDK is a static library for converting HRESULTs to text strings for debugging and diagnostics known as DXERR.LIB. There were once even older versions of this library, DXERR8.LIB and DXERR9.LIB, but they were removed from the DirectX SDK many years back in favor of a unified DXERR.LIB.

However, this library was removed from Windows SDK 8.0 (see "Where is DXERR.LIB?").

DXERR.LIB contained the following functions (both ASCII and UNICODE):

  • DXGetErrorString
  • DXGetErrorDescription
  • DXTrace

And the macros DXTRACE_MSG, DXTRACE_ERR, DXTRACE_ERR_MSGBOX

This package was taken from Chuck Walbourn's MSDN blog and modified to comply with software that uses ANSI encoding.

About

This is fixed DxErr with UNICODE and ANCII

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors