Calypso milestone hit: D adaptation of Qt5 tutorial working
Kagamin via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Sat May 9 03:50:35 PDT 2015
On Saturday, 9 May 2015 at 02:58:58 UTC, Mike wrote:
> Question: You are using a modified version of LDC, but is that
> compiler required to consume link to a library created with
> that custom compiler? What I mean is: Can you use this
> modified version of LDC to create a library, and then use a
> generic D compiler to build an application that links to that
> library?
Should be possible. If you properly encapsulate language
extensions, nothing should prevent using the library.
More information about the Digitalmars-d-announce
mailing list