[Cs-dev] need help with Cs6 Java interface
Date | 2013-06-25 15:49 |
From | Dave Phillips |
Subject | [Cs-dev] need help with Cs6 Java interface |
Greetings, I've successfully compiled and installed Csound6 and I'm now trying to build the latest AVSynthesis using csnd6.jar and lib_jcsound6.so. I'm building with Eclipse, which reports 67 errors. The first hurdle: import csnd.Csound; results in the error "The import csnd cannot be resolved". If there's an easy fix for that one it might open the gates. Since Eclipse offers no quick fix suggestions from the Csound/Java wizards would be most welcome. :) Best regards, dp ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2013-06-25 15:52 |
From | Michael Gogins |
Subject | Re: [Cs-dev] need help with Cs6 Java interface |
Attachments | None None |
import csnd6 =========================== Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Tue, Jun 25, 2013 at 10:49 AM, Dave Phillips <dlphillips@woh.rr.com> wrote: Greetings, |
Date | 2013-06-25 17:50 |
From | Dave Phillips |
Subject | Re: [Cs-dev] need help with Cs6 Java interface |
Attachments | None None |
On 06/25/2013 10:52 AM, Michael Gogins
wrote:
Thanks Michael ! I've successfully compiled AVSynthesis with the Csound6 interface. On to tests. :) Best, dp
|