Beginner Question: Accesing a C .dll from D

nobody nobody at mailinator.com
Mon Sep 11 14:35:27 PDT 2006


cps wrote:
> Hi,
> 
> I'm a C/C++ programmer. I'm very interested in D.
> 
> At the moment my work requires the use of libsndfile
> (http://www.mega-nerd.com/libsndfile/). Am I right in thinking that I can
> access Windows .dlls from D? If so, is there an example of how to do this
> anywhere? Is this difficult to do?
> 
> Cheers,
> 
> Chris

You are correct that accessing Windows DLLs is possible in D. This page should 
be a great place to start learning more:

   Writing Win32 DLLs in D
   http://digitalmars.com/d/dll.html



More information about the Digitalmars-d-learn mailing list