cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Curl + Visual Studio 2010 - Application fails to initialize

From: eli <netloc_at_gmail.com>
Date: Wed, 15 Feb 2012 14:23:44 +0200

Hey everybody,

Thanks for all the great ideas. I've managed to fix the problem temporarily.

The Microsoft.VC90.CR version 9.0.21022.8 manifest files were missing
on the laptop. And as I found they are missing on most of the PCs,
i.e. apparently this is not something standard that ships with VS
2005/2008 Redistributable.

The only long term solution is to rebuild the latest release of
libcurl (or possibly change its manifest to something more common).
Otherwise, there is a chance that the program will not run on client's
PC.

On Tue, Feb 14, 2012 at 1:54 AM, Poul Thomas Lomholt <pt_at_lomholt.com> wrote:
> Apparently the prebuilt curl package requires the VS2008 C runtime
> (msvcr90.dll); several of the .dll's in the dist declare the following
> in their manifest:
>
> Microsoft.VC90.CRT" version="9.0.21022.8"
>
> - try installing those (or a later 9.0.x build) on your laptop and it
> may solve your problem...
>
> Regards
>
> Poul Thomas
>
>
> On Mon, Feb 13, 2012 at 2:47 PM, Lars Nilsson <chamaeleon_at_gmail.com> wrote:
>> On Mon, Feb 13, 2012 at 4:04 PM, eli <netloc_at_gmail.com> wrote:
>>> Hi Lars,
>>>
>>> On both the PC and the laptop Dependency Walker can't find IESHIMS.DLL
>>> and WER.DLL. It was my initial suspicion, that some DLLs are missing.
>>> But since its the same DLLs on both machines I don't think this is the
>>> reason.
>>
>> IESHIMS.DLL and WER.DLL reported missing is normal. However, When I do
>> it, I see LIBSASL.DLL missing as well, which is not included in the
>> zip, and is used by openldap.dll.
>>
>> I should say that I don't use Windows binaries. I build from source
>> when I need a version of libcurl, so I have no first-hand experience
>> with this problem.
>>
>> Lars Nilsson
>> -------------------------------------------------------------------
>> List admin: http://cool.haxx.se/list/listinfo/curl-library
>> Etiquette:  http://curl.haxx.se/mail/etiquette.html
>
> -------------------------------------------------------------------
> List admin: http://cool.haxx.se/list/listinfo/curl-library
> Etiquette:  http://curl.haxx.se/mail/etiquette.html

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2012-02-15