www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - COM-Interfaces

reply Denis Shelomovskij <verylonglogin.reg gmail.com> writes:
Here
http://dlang.org/interface.html#COM-Interfaces
we have a link to Lionello Lunesu's article
http://lunesu.com/uploads/ModernCOMProgramminginD.pdf

Is it correct that he hasn't managed to convince Microsoft to release 
his sources and one of us has to rewrite his library if we want to use it?

-- 
Денис В. Шеломовский
Denis V. Shelomovskij
Jun 17 2012
parent "Jesse Phillips" <jessekphillips+D gmail.com> writes:
On Sunday, 17 June 2012 at 11:57:36 UTC, Denis Shelomovskij wrote:
 Here
 http://dlang.org/interface.html#COM-Interfaces
 we have a link to Lionello Lunesu's article
 http://lunesu.com/uploads/ModernCOMProgramminginD.pdf

 Is it correct that he hasn't managed to convince Microsoft to 
 release his sources and one of us has to rewrite his library if 
 we want to use it?
Yes. You can look at Juno, it makes COM quite a bit easier. https://github.com/JesseKPhillips/Juno-Windows-Class-Library I've basically been trying to keep it compiling as D progresses so I don't have much in the way of how to use it, so you're stuck with the old documents on dsource http://dsource.org/projects/juno
Jun 17 2012