

ok -- so the problem with all these is that the runTime library 

properties->code generation->runtime library

for both debug and release is set to /MDd (debug), this means that the rtAudio library links and runs fine.  

BUT, I've just changed the audioInputExample so that release links against, /MD (non debug dll) and it crashes because of secure_scl issues.

So the question is, can we do the right think we secure_scl to get this library to work in both debug and release

or, do we go back to previous times having debug and release library lists for the app.  (which is fine, but have to be VERY careful with people & addons, etc)

