Search found 4 matches
- Fri Jul 19, 2013 10:27 pm
- Forum: .NET
- Topic: Direct 2D memory leak?
- Replies: 8
- Views: 10824
Re: Direct 2D memory leak?
Okay. I agreed, the demo code as shipped does not exhibit a leak. However, after much painful elimination, I believe I was able to isolate the key lines of code: tChart1.Panel.Gradient.Visible = false; tChart1.Walls.Visible = false; tChart1.Axes.Left.Grid.UseStyling = false; tChart1.Axes.Bottom.Grid...
- Fri Jul 19, 2013 2:55 am
- Forum: .NET
- Topic: Direct 2D memory leak?
- Replies: 8
- Views: 10824
Re: Direct 2D memory leak?
Hi Sandra,
Thank you for your response, but I don't quite understand your post. Does this imply that you have confirmed the bug and that, at present, the Direct2D routines will not be usable for my current application (or any application that deletes series data)?
Thanks,
Scott
Thank you for your response, but I don't quite understand your post. Does this imply that you have confirmed the bug and that, at present, the Direct2D routines will not be usable for my current application (or any application that deletes series data)?
Thanks,
Scott
- Mon Jul 15, 2013 2:05 pm
- Forum: .NET
- Topic: Direct 2D memory leak?
- Replies: 8
- Views: 10824
Re: Direct 2D memory leak?
Hi Sandra, Thank you for your quick reply. Unfortunately, I still seem to be having the problem. For the code pasted below, I get the following levels of memory usage (KB) after short periods of running your code 40,000 after 5s 50,000 after 10s 64,000 - 25s 80,000 - 30s 120,000 - 60s 500,000 - 300s...
- Sat Jul 13, 2013 4:53 pm
- Forum: .NET
- Topic: Direct 2D memory leak?
- Replies: 8
- Views: 10824
Direct 2D memory leak?
Hi everyone, I am having a problem with a consistently re-occuring out of memory error in my application using a simple 2D Tchart with Direct2D. While I am not entirely sure if I am using Direct2D correctly, I put together a simple example that has the same problem: it uses increasing amounts of mem...