I have an app with quite a few windows each of a different CDialog
-derived class.
My app's worked fine for years calling delete this
from PostNcDestroy()
but now that I'm looking around, I don't see any evidence that is correct or needed. What's the right way of getting rid of my CDialog
-subclassed object?