CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2010
    Posts
    907

    Hunting for memory leak problems

    D3DX: MEMORY LEAKS DETECTED: 159 allocations unfreed (3312 bytes)
    D3DX: Set HKLM\Software\Microsoft\Direct3D\D3DXBreakOnAllocId=0x2fd0 to debug

    Hello,
    When I raise the level of the debugging, the debugger stops at some mysterious place. The stack is vague.
    I don't know how to attach MFC/SDK and DirectX symbols to the IDE/debugger. Any good readings for me?
    Thanks
    Jack

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Hunting for memory leak problems

    I never worked with D3DX, so can only guess and refer to the Google search...
    Have a look at http://www.gamedev.net/topic/313718-...-directx-leak/
    Victor Nijegorodov

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured