On Sunday, 29 January 2017 at 04:13:17 UTC, Nestor wrote:
On Sunday, 29 January 2017 at 03:11:34 UTC, Stefan Koch wrote:
On Sunday, 29 January 2017 at 02:59:12 UTC, Nestor wrote:
On Sunday, 29 January 2017 at 02:55:04 UTC, Adam D. Ruppe wrote:
[...]

In the case of Windows, where libraries are usually dlls, how could this be achieved, using your wrapper for example?

dmd can link to dlls now. if just specify them on the commandline.

Can dlls be embedded as well? I mean can I make a static dmd executable with the functionality of the library embedded and not just stored as a resource to be extracted and run at runtime?

Not sure with a static libs you should.

Reply via email to