Re: [Cs-dev] API. Compilation with interface library
Date | 2012-09-25 08:10 |
From | Francois PINOT |
Subject | Re: [Cs-dev] API. Compilation with interface library |
Attachments | None None |
Hello Olivier I think your command line should be: g++ cstestapi.cpp -o testapi -I"/home/olivier/paquetages/Csound5.18.02/H" -L"/home/olivier/paquetages/Csound5.18.02" -lcsound64 -lcsnd The CppSound and CsoundPerformanceThread classes are located in the additional library csnd.so which is not part of the API (libcsound64.so). Regards Francois Date: Mon, 24 Sep 2012 09:00:53 -0700 (PDT) From: obaudouin <olivierbaudouin@gmail.com> |