Hi Martin,<br><br>Some time ago I wrote a blogpost about the issues related to the CRT runtime, including the problems with the manifest files:<br><a href="http://szekerest.blogspot.com/2010/02/redistribution-of-shared-c-runtime.html">http://szekerest.blogspot.com/2010/02/redistribution-of-shared-c-runtime.html</a><br>
<br>In this particular case you may either check whether the VC2008 redistributable package has properly been installed on the system or whether the manifest information (describing the CRT dependecy) is available for the dll loader. The manifest information can be placed along with the executable or better yet it can be embedded as a resource in the executable during the compilation.<br>
<br><br>Best regards,<br><br>Tamas<br><br><br><br><br><div class="gmail_quote">2011/8/27 Martin Landa <span dir="ltr">&lt;<a href="mailto:landa.martin@gmail.com">landa.martin@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>
<br>
after the last update of my OSGeo4W environment I have problem with<br>
compiling GRASS. First it complained about missing mscvr90.dll, then<br>
about mscvp90.dll. I have downloaded both files from<br>
<a href="http://dll-files.com" target="_blank">http://dll-files.com</a> and put them to osgeo4w\bin. Unfortunately it<br>
didn&#39;t helped a lot, see error message [1].<br>
<br>
Do you know how to fix this issue? Thanks in advance, Martin<br>
<br>
[1] <a href="http://josef.fsv.cvut.cz/%7Elanda/python-error.png" target="_blank">http://josef.fsv.cvut.cz/~landa/python-error.png</a><br>
<font color="#888888"><br>
--<br>
Martin Landa &lt;landa.martin <a href="http://gmail.com" target="_blank">gmail.com</a>&gt; * <a href="http://geo.fsv.cvut.cz/%7Elanda" target="_blank">http://geo.fsv.cvut.cz/~landa</a><br>
_______________________________________________<br>
osgeo4w-dev mailing list<br>
<a href="mailto:osgeo4w-dev@lists.osgeo.org">osgeo4w-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/osgeo4w-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/osgeo4w-dev</a><br>
</font></blockquote></div><br>