On Tue, 31 Mar 2015, Vaclav Mach wrote:
Hi,
I wrote some code (in C++) using JACK1 API. It was quite easy to do that with
a plenty of example files.
Recently, I tried to utilize C++ libraries provided in JACK2 because I don't
like mixing OO code with C api. There are a lot of C++ classes in JACK2 but
I'm not able to link/include them.
I had always thought a jack client is not jack1 or 2 it should work with
both. I am assuming you are writing a jack client.
For example: instead of #include <jack/jack.h> I'm trying to #include
"jack2/JackServer.h".
I think (someone will correct me) that is for making jack2 modules such as
a new backend (net, alsa, etc.) or for changing jackd2 internals.
--
Len Ovens
www.ovenwerks.net