Windows DLL / Windows service

Adam D. Ruppe via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Jun 7 09:07:47 PDT 2014


On Saturday, 7 June 2014 at 14:41:15 UTC, Etienne Cimon wrote:
> no documentation though. Any idea how to attach/detach with a 
> known example? I'd also like to create a windows DLL that 
> compiles through DMD/GDC/LDC with extern(c) so that folks from 
> C++ can link with it .

Check this out: http://wiki.dlang.org/Win32_DLLs_in_D

should help you get started.


More information about the Digitalmars-d-learn mailing list