Well I edited out the errors in my CODE, but now I’m getting this one in the linking process.
Fatal error LNK1104: cannot open file “jucelib_static_debug.lib”
(No I’m not actually done with all the audio algorithmicasizing, but that’s topics for other forums!)
I am using VC5 (not 2005!), in case that’s pure evil. I did have to edit out __forceinline and one of the array functions (since the type was variable, it couldn’t match it to ‘!= 0’ and caused a fatality).
Other than that, Jucer COMPILES in VC5 but doesn’t link.
It’s a pretty straightforward error - it can’t find that juce library file.
That could be because you’ve not compiled the juce project, or you’ve compiled a different configuration of it, or you’ve not set up your library path so it can find it. This is all explained in the juce readme.html file.
Actually non-microsoft freeware is better then VC5/6.
But VC7.1+ can compile near any fully compliant code that I know of, whereas many other’s cannot.
VC5/6 have broken templates, broken for scope (can be overriden in later versions, which I do), could not compile large files, the stl in it sucked beyond all freakin heck, etc…
For free on Windows, use VC8Express. For anywhere else use GCC. Code::Blocks + VC Toolkit I’ve heard good things about, but most people have forsaken it since VC8Express has been out.