On Friday, 19 June 2015 at 21:06:31 UTC, Jesse Phillips wrote:
On Wednesday, 17 June 2015 at 18:35:36 UTC, Laeeth Isharc wrote:
Hi.
I know D has support for COM - not sure of its status. And
there was a Microsoft chap who posted here a couple of years
back - wonderful templated code that mad
On Wednesday, 17 June 2015 at 18:35:36 UTC, Laeeth Isharc wrote:
Hi.
I know D has support for COM - not sure of its status. And
there was a Microsoft chap who posted here a couple of years
back - wonderful templated code that made it easy to write this
kind of thing. Unfortunately he wasn't
On Thursday, 18 June 2015 at 11:36:50 UTC, Arjan wrote:
See the 'COM in plain C' articles by Jeff Glatt which
demonstrate how to do it using C. This might give you the
information needed to do it using D.
http://www.codeproject.com/Articles/Jeff-Glatt#articles.
It's a little misleading though
Thanks to Kagamin, John, and Arjan. Decided I need to upgrade my
machine to run a more usable Windows VM.
Looks like Adam Ruppe has a working COM example in his github
repo, so I will start with that. And I have ordered the book and
will read the COM in C stuff too.
Appreciate the help.
On Wednesday, 17 June 2015 at 18:35:36 UTC, Laeeth Isharc wrote:
Hi.
Any thoughts on the best way to write D functions that I can
call from Excel? I am completely unfamiliar with Windows
programming and COM (last time I wrote this kind of thing was
in the mid-90s I think using xloper and C).
On Wednesday, 17 June 2015 at 18:35:36 UTC, Laeeth Isharc wrote:
Hi.
Any thoughts on the best way to write D functions that I can
call from Excel? I am completely unfamiliar with Windows
programming and COM (last time I wrote this kind of thing was
in the mid-90s I think using xloper and C).
http://www.amazon.com/Inside-Com-Microsoft-Programming-Series/dp/1572313498
Hi.
Any thoughts on the best way to write D functions that I can call
from Excel? I am completely unfamiliar with Windows programming
and COM (last time I wrote this kind of thing was in the mid-90s
I think using xloper and C).
The easiest way for now seems to be via pyxll and pyd. Wrap th