On Monday, 27 June 2016 at 21:17:52 UTC, Thalamus wrote:
Hi everyone,
I've succeeded in using D as a client for regular (registered)
COM servers in the past, but in this case, I'm building the
server as well. I would like to avoid registering it if
possible so XCOPY-like deployment remains an option. Can a
registration-free COM client be built in D? If so, how can the
code be setup to consume the manifest file, or alternately, is
there a way to just point D to the correct assembly directly in
code?
You just deploy the manifest in the same folder as your client.