Jules,
in your PT wrapper class you use a check to see if it should link the debug or release versions of the PT libs:
#if JUCE_DEBUGxxx // (the debug lib in the 8.0 SDK fails to link, so we'll stick to the release one...)
could you rename this to something a bit less generic? That way I can actually define this preprocessor define in the introjucer. If everything is working I will shortly make a post concerning building RTAS under vs2008 (with a LOT of help from Olivier Tristan). And, with my build settings, linking with the debug libs (again, vs2008!!) works just fine. Debugging still doesn’t work for me but at least the building already works.
- bram