I’ve wanted a specific VST for years. It’s principle is very clear. I’ve sketched what it needs to do both in my mind, with the Scratch programming language for kids, on paper, then mimicked with files and directories what it’s memory would do. Time as come for me to start studying/practicing C++ in order to build it. That’s why I’ve installed Visual Studio Express 2012, downloaded the VST 2.4 SDK, as well as Juce 2.0. As you guess, I’ve noticed it’s impossible to compile “The Introjucer.vcxproj” with VSE2012, whether I let it “Update” it or not. So I find myself with these questions :
If I find and use an already compiled Introjucer binary, will it work with VSE2012 in the background ? (yes, I am that ignorant
If yes, where can I find it ?
If not, are there plans to make a VisualStudio2012 Introjucer build ? Do you know when ?
If not, is it safe to install VisualStudio2010 side by side with VisualStudio2012 ? I only have on computer and I really really really can’t afford to let Win7 64 become unstable as I rely on it to earn my living.
Thanks for your kindness, knowledge and time,
Best,
Alain.
Where am I supposed to paste these code lines exactly ?
Could you recommend me what you think is the best C++ introduction for absolute beginners (who want to endup coding audio plugins) so that I can upgrade the quality of my future questions ?
I thought I did. I went back to SourceForge and grabbed the compiled binaries instead, it now works as expected. Also, will follow this course entirely http://www.doc.ic.ac.uk/~wjk/C++Intro/RobMillerL1.html#S1-1
before I ambition audio plugs. It’s probably too early for me to start using Juce. I will remedy to that quickly.