RTAS and msvcr100.dll

I’m confused, I have to admit: I’ve built my plugins using static linking against the MS runtimes, same for PluginLib.lib… still the resulting .dpm depends on the redistributable dlls like msvcr100.dll (but only when building the RTAS version). Where could that dependency sneak in, any ideas?

It’s a visual studio runtime thing, I think it’s used by the rtas libraries. You might need to add the VC redistributables installer to your own install package.

Yeah, that’s what I wanted to avoid… but thanks!