I know how program in C++ (only console apps) but I'm really lost trying to use Juce in a project! I'm using Visual C++ 2008 Express
I did tons of approaches:
1. Trying to include Juce files: In VC options I added the folder C:\juce to my include files. Then I tried use juce with #include "juce.h" in a cpp. It doesn't work. It cannot find 'jucelib_static_Win32_debug.lib'
2. Trying to open jucedemo.sln: It doesn't found "iasiodrv.h" and "movie.h", so i comment the #define JUCE_QUICKTIME 1, and the #define JUCE_ASIO 1 lines. I compile again, but this time it doesn't find "iasiodrv.h" also!!
So I download ASIO SDK after registration from Steingberg page. I unzip it in C:\ASIOSDK2 folder and I include it in VC++ includes folder. I also load in Source Files filter all the files from C:\ASIOSDK2\common. I try to compile again, nothing, it fails too.
I tried docens of approaches, but nothing, I cannot compile nothing with Juce. Please, any orientation will be welcome, please...
