Re: Embedding dll in a D project

2015-06-16 Thread CallToDuty via Digitalmars-d-learn
On Tuesday, 16 June 2015 at 16:57:52 UTC, John Colvin wrote: On Tuesday, 16 June 2015 at 16:42:31 UTC, CallToDuty wrote: Is it possible to embed a dll file within dub project? and if yes, how? Have you tried just putting it in the root directory of the project and adding the relevant name to

Embedding dll in a D project

2015-06-16 Thread CallToDuty via Digitalmars-d-learn
Is it possible to embed a dll file within dub project? and if yes, how?