digitalmars.D - Future of D Interface Files?
- Andre (12/12) Apr 22 2014 Hi,
- Steven Schveighoffer (4/14) Apr 22 2014 They are not, and will never be, deprecated. If it does not work properl...
Hi, what is the future of D interface files? Somehow they work except for new features package.d files or properties. I got the information that D interface files shouldn't be used anymore as this functionality is outdated/broken (d.D.learn) <lhok7c$2451$1 digitalmars.com> On the other side this seems like a big missing base feature of D if I cannot create *.lib files and ship the D interface files. (Closed source, payed lib files...) Are there plans to make them fully available again in the future? Kind regards André
Apr 22 2014
On Tue, 22 Apr 2014 11:30:57 -0400, Andre <andre s-e-a-p.de> wrote:Hi, what is the future of D interface files? Somehow they work except for new features package.d files or properties. I got the information that D interface files shouldn't be used anymore as this functionality is outdated/broken (d.D.learn) <lhok7c$2451$1 digitalmars.com> On the other side this seems like a big missing base feature of D if I cannot create *.lib files and ship the D interface files. (Closed source, payed lib files...) Are there plans to make them fully available again in the future?They are not, and will never be, deprecated. If it does not work properly, please file issues. -Steve
Apr 22 2014