I’m trying to use the Audio Device handling classes of Juce in my command line application and at the moment I can’t get it to work.
My question is this, do I need to use the full juceapplication wrapper for my application, or can I just use the Juce classes as is? I read an old post that says that if I don’t want to use Juce’s event handling then I can just use the classes straight off. This isn’t working for me at the moment however, my application breaks in juce_messagelistener.cpp.
any help greatly appreciated.
mark