Beginner advice

Hello everyone,

i’m not a great programmer, but i decided to dive into juce…or at least try to, until failure.

i installed xcode 3.0 yesterday and am running 10.5.4 - after various errors, resolved by realizing what a tip is, i finally got the hello world application to compile - yay!

now i’m trying to compile the demo application and am getting two errors. since i’m not a great c++ programmer, altought i’ve done some C++ beginner books - i do mostly actionscript. but i figure i will be able to hack something together and get better by doing - but i’m stuck with this error:

src/demos/AudioDemo.cpp:582: error: no matching function for call to 'juce::AudioDeviceSelectorComponent::AudioDeviceSelectorComponent(juce::AudioDeviceManager&, int, int, int, int, bool, bool, bool)'

any help is greatly appreciated! :slight_smile:
cosmo

there is now a new argument hideAdvancedOptionsWithButton_ which you should set to true for now.

great, it worked! many thanks :stuck_out_tongue: