[gdal-dev] Thanks: Missing msvcr80.dll ?

Tamas Szekeres szekerest at gmail.com
Fri Sep 4 06:06:12 EDT 2009


Martin,

You didn't mention from where did you obtain those binary files you are
testing with. I would be desirable that all the dependent dlls use the same
CRT settings and the dlls should also have their manifests to be embedded as
a resource. With the recent OS versions (Win XP or above) the dll loading
approach have been changed when the binaries have been compiled with VS2005
or above. In this case the CRT dependencies are loaded based on the manifest
file instead of based on the directory locations and PATH environment
settings. The required CRT version should be installed in the side by side
assembly cache (WinSxS) which can be done by using the redistributable
packages.

You could also try with the packages from
http://vbkto.dyndns.org:1280/sdk/Default.aspx  which I'm pretty sure it
should work when the corresponding VS redistributable have been installed.

Best regards,

Tamas



2009/9/4 Martin Hvidberg <Martin at hvidberg.net>

>
> Thank you all for the good answers. I got a lot wiser.
>
> Now I know that it's the VC++ redistributables pack I need to fix I
> installed:
>
>>
>> http://www.microsoft.com/downloads/details.aspx?FamilyId=32BC1BEE-A3F9-4C13-
>> 9C99-220B62A191EE&displaylang=en
>>
> But unfortunately it didn't make the problem go away.
>
> I'll now make sure all windows is fully upgraded and have a talk with
> IT.dept about VC++ redistributables on our GIS servers.
>
> If I find the perfect solution I'll post it here later...
>
> Thanks
> Martin
>
> _______________________________________________
> gdal-dev mailing list
> gdal-dev at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/gdal-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/gdal-dev/attachments/20090904/a9a8513e/attachment.html


More information about the gdal-dev mailing list