curl-library
Re: Curl + Visual Studio 2010 - Application fails to initialize
Date: Mon, 13 Feb 2012 15:54:07 -0800
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
Received on 2012-02-14