On 1/18/13, Rob T <al...@ucora.com> wrote: > The usual way to link in D libs into D code is to include the > required D module source files, but that gives away all of the > source code which in some instances is not possible to do (eg > legal reasons). The other way..
The other way is to use D interface files, which the compiler can automatically generate for you if you pass the -H switch. Also use the -op switch if you're generating multiple files at once, which will preserve directory paths.