Results 1 to 2 of 2

Thread: Converting DirectX 9 Errorcode to string

  1. #1

    Converting DirectX 9 Errorcode to string

    Hallo everyone.

    I've a short question:

    How can i convert DirectX 9 Errorcodes to strings??
    I've googled and looked at the source but didn't find anything yet. :?

    DirectX 8 used the "D3DXGetErrorstringA". What's the DX 9 equalivent??

    Thank you.
    Coders rule nr 1: Face ur bugz.. dont cage them with code, kill'em with ur cursor.

  2. #2

    Converting DirectX 9 Errorcode to string

    Okay.. i guess i just figured it out myself.

    I have found the DXGetErrorString9A function but i didn't know in which unit it was declared,
    until i checked the official header filename at MSDN. It seems i needed to include DXErr9.pas.
    Coders rule nr 1: Face ur bugz.. dont cage them with code, kill'em with ur cursor.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •