How do you use C based libs with D?

Robert M. Münch robert.muench at robertmuench.de
Fri Jun 11 12:49:59 PDT 2010


On 2010-06-11 21:39:19 +0200, Adam Ruppe said:

> It works without much hassle at all if you dynamically link the
> library. That's what I do when using other people's C libs.

Hi, yes, that's the fallback. Either getting all this stuff as DLL 
already or having to make one.

On the other hand I try to avoid "DLL hell" to keep the support costs 
as low as possible.

-- 
Robert M. Münch
http://www.robertmuench.de



More information about the Digitalmars-d mailing list