Calling D from C++

Andrej Mitrovic andrej.mitrovich at gmail.com
Mon Jul 18 14:04:44 PDT 2011


On 7/18/11, Loopback <elliott.darfink at gmail.com> wrote:
> On 2011-07-18 21:59, Andrej Mitrovic wrote:
>> import core.dll_helper; is outdated, use import core.sys.windows.dll;
>> And also import core.runtime;
>
> Are there any examples covering these new modules, or are the procedure
> the same?
>

It's all pretty much the same as the page says. There's a DLL example
in this folder:
\DMD\dmd2\samples\d\mydll


More information about the Digitalmars-d-learn mailing list