setting up the directx debug symbols

Started by
4 comments, last by exorcist_bob 17 years, 10 months ago
Hello, How can I set up the directx debug symbols? Thanks, exorcist_bob
Advertisement
See the Forum FAQ.

Goto the DirectX icon in the control pannel, and set it to use the debug runtimes, and set the debug output to maximum. Also, you can #define D3D_DEBUG_INFO in your project (Either in the project settings or before you include d3d9.h) to let you get some slightly more useful information from D3D objects in the variable watch windows.
Eeek! Should have checked there first. Thanks!
I'm still getting the following message in the output window when I run a program.

'Test.exe': Loaded 'C:\WINDOWS\system32\d3d9.dll', No symbols loaded.

And I turned on all debugging and defined d3d_debug_info.
Sorry, but *bump*
Ahh, It did, however, load symbols for d3d9d.dll. What does it mean when it says source information stripped?

This topic is closed to new replies.

Advertisement