Re: Precompiled libraries in D

2012-11-21 Thread Matthew Caron
On 11/21/2012 02:24 AM, Jacob Carlborg wrote: This is a fairly generic D question which would have fit better in the digitalmars.D newsgroup. Ah. I will subscribe to it. But I'll answer it here anyway :) Thank you very much. The precompiled-library-and-header paradigm can be used in D as

Re: Precompiled libraries in D

2012-11-20 Thread Jacob Carlborg
On 2012-11-20 22:58, Matthew Caron wrote: Apologies if this is a "generic D" question, but I can't find an answer in any of the D documentation, and folks on this list are quite helpful. This is a fairly generic D question which would have fit better in the digitalmars.D newsgroup. But I'll an

Precompiled libraries in D

2012-11-20 Thread Matthew Caron
Apologies if this is a "generic D" question, but I can't find an answer in any of the D documentation, and folks on this list are quite helpful. The precompiled-library-and-header paradigm is very common in C. Is there a similar one in D? I've used wxd, which is a port of wxWidgets to D, and i