Hi
i’ve copied the AudioDemo.cpp and put it in my current project’s folder(and also to my project),
made a copy of the JuceDemo_headers.h file and renamed it and kept it in the same folder and then updated the #include statement in the AudioDemo.cpp to match this new header.
i then ran this line at the bottom of the constructor in haydxn’s tutorial and compiled:
createAudioDemo();
it compiled fine so i then added:
addAndMakeVisible(AudioDemo());
and i got the error:
c:\documents and settings\michael jackson\desktop\heydxn template\MainComponent.h(46) : error C3861: ‘AudioDemo’: identifier not found
i’m missing something.
please help a newb peice this together?