cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: libcurl code not working on Windows 7

From: Lars Nilsson <chamaeleon_at_gmail.com>
Date: Tue, 1 Mar 2011 11:10:16 -0500

On Mon, Feb 28, 2011 at 10:19 PM, Alexander Tairbekov
<alex.tairbekov_at_gmail.com> wrote:
> Hello, I am having a problem running my program with libcurl,
> What puzzles me is that this program works on Visual Studio 2010 on my
> computer running Windows XP, however when I try to run the same program on
> my laptop which runs Windows 7, it gives me the following error message:

My guess would be that the user account does not have permission to
create a new file in the root of C: and the fopen fails and returns
NULL, and the fwrite asserts when you attempt to write to that NULL
pointer.

Lars Nilsson
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2011-03-01