Hey! (my Fisrt Psot!)
I’ve been looking through any and all examples and demos and I’m slowly starting to get a handle on what is going on. But I have a few questions.
o___I seem to detect a certain redundancy with regards to the program flow. Is this how it flows?:
- The macro runs the application class
- which instantiates/runs the window class
- which calls a function
- that instantiates a main component
… which holds my program.
Its confusing and hurts my head.
But I guess the idea is, and I’m realising this as a write, to make it so that I only really have to think about what goes on in one component, aside from the “appSettings”.
Thanks I think I get it now.
o___ There is code that actually do stuff in header files. I though “they” would show up and stab you in the eye if you did that? Am I wrong or are the men in black just busy at the moment?
o___ I want to get into making VST sooner or later, and I am similarly confused with regards to how that flow works. What happens in what file. Is there some more info somewhere, forum threads of exceptional quality or maybe example code of astonishing clarity and instructiveness?
o___ I’m using code::blocks with the VC 2003 toolkit compiler and I get the following warnings:
LINK : warning LNK4089: all references to 'ADVAPI32.dll' discarded by /OPT:REF
LINK : warning LNK4089: all references to 'RPCRT4.dll' discarded by /OPT:REF
Is this a real warning or just the linker asserting its presence?
Anyway. Happy to be here. Juce seems to be a piece of solid awesome, (like Chuck Norris).