On 11/17/11 21:34, Dan Kegel wrote:
err:module:find_forwarded_export function not found for forward 'msvcrt.__CxxFrameHandler3' used by L"C:\windows\system32\msvcr90.dll". If you are using builtin L"msvcr90.dll", try using the native one instead.
This error is about using native msvcrt. Make sure nothing is broken while doing it (e.g. gecko). I think it's better to avoid it, builtin msvcrt.dll is good in most cases.
I'm starting to get the feeling that, if you're going to install any flavor of Microsoft C++ runtime libraries, you should install them all. Is that more or less correct?
It mainly makes sense for vcrun2008. I don't remember if there are forwards between other dlls.