cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Some problem with libcurl and Visual Studio 2005

From: Anton Bychkov <bychkov.anton_at_gmail.com>
Date: Fri, 17 Jul 2009 17:42:50 +0400

Hi.

> After linking everything, setting paths for the include files, when i run my
> applicaton i get an error mesage : "The application failed to initialize
> properly ( 0xc0150002 ).Click on OK to terminate the application" . Is is
> something i'm doing wrong ? Or is it a conflict of some sort ?
It is highly possible you have some unresolved externals in libcurl
and related dlls.
You can check this with Depends utility (http://www.dependencywalker.com/).

One of the way you can fix this is to recompile libcurl by yourself.
You may also need (to build too maybe) OpenSSL and ZLib if you use
libcurl features which use them.
Received on 2009-07-17