After a lot of research, I think I found why it dont work, here are my thoughts:
- The default compile of visual C++ is for debug mode, which use debug dlls
- Visual C++ runtime librarys just come with dlls for release mode
- The source was compiled using debug mode
Solutions:
- Wait until friday when we will release a compiled version with release mode
- Install Visual C++
Im not 100% sure, but almost.

