On Thursday, 25 June 2015 at 18:29:23 UTC, Ali Çehreli wrote:

D has the pragma(lib) feature where you can tell the compiler to link with a specific library as well. For example:

  pragma(lib, "curl");

You would probably use "sndfile" in your case (not sure):

  pragma(lib, "sndfile");


This is the first time I've heard of pragma(lib). It's a nice feature that should be added to the compiler documentation.

Reply via email to