digitalmars.D.learn - COM-Interfaces
- Denis Shelomovskij (9/9) Jun 17 2012 Here
- Jesse Phillips (8/15) Jun 17 2012 Yes.
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
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