Binding win32 window to a D class

Serg Kovrov kovrov at no.spam
Sat Sep 9 09:55:09 PDT 2006


freeagle wrote:
> the second approach, without the need for get/setPtr:

Thanks for replay freeagle.
Actually, yes. I currently use this very same approach. This is similar 
to MFC's design - to store window objects in global handle map. It's 
amazing how easy is to implement this in D using standard language 
facilities with just few lines of code.

-- 
serg.



More information about the Digitalmars-d-dwt mailing list