Has the JuceDemo WebBrowserDemo code been added to the repository? It seems to be in the JuceDemo Project, but there doesn’t seem to be src for it on SVN
I uncommented #define JUCE_USE_CAMERA 1 in the amalgamated juce hoping to enable the camera demo but then is does not want to compile:
Line Location Tool:0: symbol(s) not found
Line Location Tool:0: CameraDemo::createListOfCameras() in CameraDemo.o
Line Location Tool:0: “juce::CameraDevice::getAvailableDevices()”, referenced from:
Line Location Tool:0: CameraDemo::comboBoxChanged(juce::ComboBox*) in CameraDemo.o
[quote=“auspuff”]I uncommented #define JUCE_USE_CAMERA 1 in the amalgamated juce hoping to enable the camera demo but then is does not want to compile:
Line Location Tool:0: symbol(s) not found
Line Location Tool:0: CameraDemo::createListOfCameras() in CameraDemo.o
Line Location Tool:0: “juce::CameraDevice::getAvailableDevices()”, referenced from:
Line Location Tool:0: CameraDemo::comboBoxChanged(juce::ComboBox*) in CameraDemo.o[/quote]
You’d have to make sure the flag is turned off in the demo headers, or it’ll still try to compile all the code that uses the camera stuff.