(SlimDX)Finding device resources that havent been released?

Started by
0 comments, last by jpetrie 13 years, 4 months ago
When my program ends I get the message:

Object of type SlimDX.Direct3D9.Texture was not disposed. Stack trace of object creation:
Object of type SlimDX.Direct3D9.Surface was not disposed. Stack trace of object creation:

The stack traces are not being displayed in the output window of VC# express. How do I find out the stack traces of these objects so I can track them down and fix the problem?

[Edited by - jdub on December 1, 2010 9:20:39 PM]
J.W.
Advertisement
Set SlimDX.Configuration.EnableObjectTracking to true before you create any objects.

This topic is closed to new replies.

Advertisement