And unlike previous versions (msvcrt71) you cannot copy over 8.0 versions dlls from somewhere to your application directory in order to make it work. The solution per Martin's suggestion is to install vcredist.exe.
Regards, Harsh Govind SPADAC Inc. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Martin Chapman Sent: Thursday, September 03, 2009 4:00 PM To: 'Martin Hvidberg'; [email protected] Subject: RE: [gdal-dev] Missing msvcr80.dll ? Martin, Sounds like that copy of GDAL you have has a manifest dependency on that version of the C runtime. You can download the vcredist.exe for the 8.0 version of the CRT from Microsoft and install it on that computer or make your own by including the merge module for that CRT in a custom setup program. Best regards, Martin -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Martin Hvidberg Sent: Thursday, September 03, 2009 1:57 PM To: [email protected] Subject: [gdal-dev] Missing msvcr80.dll ? Dear Group Thanks for GDAL I am running a script in Python, using GDAL. Would like to run it on another (faster) computer. Installed Python and GDAL When I run the program it asks for a MSVCR80.dll file Cant find it anywhere on the computer Tried to copy it from the old computer, but it won't accept to load that. What the h... is MSCVR80 and how do I get it onto my computer ??? Best Regards Martin Hvidberg _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
