I have three questions:
1) Which setting was used when compiling the dependencies? I suppose _SECURE_SCL was turned on?
2) Is it safe to use FULLY_CHECKED_DEBUG_ITERATORS=false (which sets _SECURE_SCL=0) in combination with the precompiled deps? The pedantic answer to this question is "no", but I might be willing to overlook it if there's a compelling argument that they are reasonably compatible.
3) I know you're not going to provide the source for the dependencies, Eddie, so I won't request that.
![Very Happy :D](./images/smilies/icon_biggrin.gif)
edit: I see now that FULLY_CHECKED_DEBUG_ITERATORS only affects debug build, which is a bit weird. I would think most people who want to disable _SECURE_SCL want to do it in release build and leave it on in debug. Anyway, it doesn't really change my questions, but I'm pretty sure now that my only chance is to compile the dependencies myself. Oh well...