is there any list of external libraries that you really NEED to successfully compile JUCE?
I read somewhere that you can just comment out lines in the config file… but, well…:
… you still end up having to provide that file. It’s the same with the jpeglib and pnglib libraries
it seems. Is there a list somewhere? Or am I missing something really trivial here? It’s getting
tedious .
Alright, I re-downloaded the source, opened the VS build project and “just hit built”… and well,
it worked this time!
Now I created a project, set all the includes/libraries and he’s asking for a QTMLClient.lib ,
which doesn’t exist anywhere. All the paths are set correctly…?
Just to not open another thread… I think I have a feature request as well. It seems like there’s no abstraction of the broadcaster/listener mechanism like there is in Qt with signals/slots. Could you implement something more general along the lines of that design pattern (observer? handler? Don’t remember…)? Or have I just missed something in the documentation?
As it stands right now I’d have to implement my own callbacks or use the Boost librarys’ signals n slots. A GUI framework being event-driven … it could provide that, no? I mean, it’d be using the same mechanism internally, no?
I’m still relatively new to the art of programming - so, again, thanks alot for your time!