Using C library libsndfile with D

kerdemdemir via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Jun 25 11:12:37 PDT 2015


Hi

I want to read wav files. I thought I can use libsndfile since I 
am quite familiar with it.

I downloaded the project from.
https://github.com/D-Programming-Deimos/libsndfile

I add the sndfile.di file to my project.

I thought I could directly use  libsndfile.dll since D directly 
supports C. But I am getting link errors.

Can I use a C DLL directly ?
Do I have to add anything to my dub.json file if dll is my 
project file ?
What is "Deimos" stands for ?  Is it collections of bindings ? 
Does community supports "Deimos" projects?


More information about the Digitalmars-d-learn mailing list