mozjs requires Microsoft.VC90.DebugCRT

Hi,

I downloaded cocos2d-2.0-x-2.0.3 and I have trouble running the javascript samples on windows. I get a side-by-side error when it tries to load mozjs.dll:

“Activation context generation failed for”D:2d-2.0-x-2.0.3\Debug.win32\mozjs.dll“. Dependent Assembly Microsoft.VC90.DebugCRT,processorArchitecture=”x86“,publicKeyToken=”1fc8b3b9a1e18e3b“,type=”win32“,version=”9.0.21022.8" could not be found. Please use sxstrace.exe for detailed diagnosis."

I do not have visual studio 2008 installed and I cannot get hold of it either. How can I get spidermonkey to run? I tried downloadign spidermonkey js-1.8.5 and built it with the mozilla build tools but when I copied the dll and lib into the cocos directory I got Entrypoint errors when I launched the application.

Does anyone know how I can get a functional mosjz without dependencies to vs 2008?

Many thanks,
Rickard

Hey, i think this issue was fixed. Could you try the latest version v2.1? Thanks.