This is a follow up to this post, but it's a little different so I felt it warranted a new question. Basically, Visual Studio has stopped outputting both printfs and memory leak info (I'm working on a DirectX app). After some digging, I've found fmod seems to be preventing VS from printing memory leak information. Specifically, if I comment out:
ERRCHECK(mSystem->init(32, FMOD_INIT_NORMAL, 0));
all my output returns. Has anybody seen this before? Any ideas?