On Mon, Feb 28, 2011 at 10:19 PM, Alexander Tairbekov
<[email protected]> 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

Reply via email to