Re: User32 And GDI32 Wrapper Feedback
- Posted by ghaberek (admin) Jul 20, 2012
- 1364 views
mattlewis said...
Adding the parameter to set the pointers to auto-cleanup won't actually do anything in this case. Those constants don't get dereferenced at the end. They're simply released when all of your program's memory goes away. For a time, we tried dereferencing everything when a program exited, but it caused problems.
So in that case I don't need to add the cleanup parameter? Good to know. I guess it always kind of worked that way, didn't it?
-Greg