as you can see, there's no Direct3D file in regedit. I need to find memory leaks in my code. i already used _CrtSetBreakAlloc to clear all memory leaks!
D3DX: MEMORY LEAKS DETECTED: 60 allocations unfreed (4603 bytes) D3DX: Set HKLM\Software\Microsoft\Direct3D\D3DXBreakOnAllocId=0x736 to debug
this is the message i got in visual studio when i debug my D3DX.
- How can i find my Direct3D file in my regedit?
- if isn't possible, is there any other way to use D3DXBreakOnAllocId?