I was getting this problem too. It was because I was missing the latest VC CRT. The ones Bercon linked to earlier in this thread are now actually out of date. You can download the latest here:
http://www.microsoft.com/downloads/d...2-9112bab119c2
This fixed it for me.
Bercon,
It looks like MS updated the VS CRT to 8.0.50727.4053 as part of a recent security update (more info here: http://support.microsoft.com/kb/973544). Your compiler must have gotten the update in between compiling this version and the last.
http://www.microsoft.com/downloads/d...2-9112bab119c2
This fixed it for me.
Bercon,
It looks like MS updated the VS CRT to 8.0.50727.4053 as part of a recent security update (more info here: http://support.microsoft.com/kb/973544). Your compiler must have gotten the update in between compiling this version and the last.
Comment