Dev C++ Application Quickstart

This is small rewok of Jules’ “Hello World” as a dev c++ project.

You should be able to load this straight in to dev c++ and compile it with out modification.

http://adam.adbe.org/misc/MyJuceApplication.zip

This may have worked with previous versions of JUCE, but with 1.26 it doesn’t.

On line 39 of MainWindow.cpp, “setResizeable” is now “setResizable” and also has two arguments instead of one.

Got it to compile after that wtih Dev-C++, but then I couldn’t exit the application with the “X” button. I had to close it by ending its process with task manager.

Stick to the actual JUCE Demo that Jules provides for examples…

oh yeah, this thread is old

I’ll unsticky it.