It’s great to see 64 bit support added to JUCE.
It would be convenient if the 32 bit and 64 bit object files and libraries could be separated somehow. One easy way to do this would be to change the “Intermediate Directory” project setting in Visual Studio to this:
…/…/…/bin/intermediate_$(PlatformName)/staticdebug
$(PlatformName) resolves to “Win32” for 32 bit builds, so that wouldn’t break anyone’s project.
For simplicity, you could also change the other directories to $(IntDir) (in the Output Files category).
It would also be good if the 64 bit JUCE library could have a different name or be in another folder.
Matt