Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - huma35

Pages: [1]
1
DotNet / Re: Dispose() and memory management
« on: January 17, 2015, 07:57:04 pm »
This question is not SFML-specific, so it's probably better asked elsewhere.

For example, this SO Q&A appears to answer your question: https://stackoverflow.com/questions/4267729/what-happens-if-i-dont-call-dispose-on-the-pen-object

So I think I should call Dispose() for all objects from SFML library since they are unmanaged.

2
DotNet / Dispose() and memory management
« on: January 17, 2015, 07:49:00 pm »
Hi! I'm using SFML.NET for my project. My question is: What will happen if I don't use Dispose() function? Does GC ignore disposable objects even though they are out of scope and collectable? Thanks.

Pages: [1]
anything