Mingw64 crash but VC is ok

2014-04-27 Thread Michael
Hello my app works fine in Linux/Mac/win32 but crashes on Win8 with mingw64. Am I doing something wrong? I get a segfault with something alike: cannot read memory Many thanks--- List admin:

FTP Disconnect by peer problem

2014-04-27 Thread John Coffey
Hello, this is my first posting to the curl-library mailing list. I believe that I may have discovered a new bug in libCurl 7.36 and hopefully here is the place to ask for either a workaround or a solution. I am running on windows 8.1 and I built libCurl x64 using Visual Studio 2013 and CMake

[PATCH] Compile with latest nghttp2

2014-04-27 Thread Tatsuhiro Tsujikawa
Hi, nghttp2 yet again extended its callback struct. Here is the patch to compile with latest nghttp2. Best regards, Tatsuhiro Tsujikawa 0001-Compile-with-latest-nghttp2.patch.gz Description: GNU Zip compressed data --- List admin:

RE: Visual Studio Project Files

2014-04-27 Thread Steve Holme
On Fri, 18 Apr 2014, Steve Holme wrote: Added VC11 files and an updated generate.bat attached for anyone wanting to test the current repo. I added the VC12 files on Wednesday and have pushed the VC6 files just now. As such an updated generator.bat is attached for anyone wanted to use these in

Re: [PATCH] Compile with latest nghttp2

2014-04-27 Thread Daniel Stenberg
On Sun, 27 Apr 2014, Tatsuhiro Tsujikawa wrote: nghttp2 yet again extended its callback struct. Here is the patch to compile with latest nghttp2. Thanks, pushed! -- / daniel.haxx.se --- List admin:

RE: Visual Studio Project Files

2014-04-27 Thread Steve Holme
On Sun, 27 Apr 2014, Steve Holme wrote: I added the VC12 files on Wednesday and have pushed the VC6 files just now. As such an updated generator.bat is attached for anyone wanted to use these in the current repo. Now I wasn't expecting to post this so soon after my last email but... At the

Re: Visual Studio Project Files

2014-04-27 Thread Marc Hoersken
Hi Steve, why don't you add that generate.bat to the repository? Even if you later update the Makefile to generate the project files for distribution, it could be useful to have it in the repository for the time being. Best regards, Marc

Re: Mingw64 crash but VC is ok

2014-04-27 Thread Daniel Stenberg
On Sat, 26 Apr 2014, Michael wrote: my app works fine in Linux/Mac/win32 but crashes on Win8 with mingw64. Am I doing something wrong? I get a segfault with something alike: cannot read memory You need to give us lots of more info for us to be able to tell anything. What libcurl version and

Re: Mingw64 crash but VC is ok

2014-04-27 Thread Michael
Thanks, as it's rather small, I simply paste it below. If you need more details you have to tell me how to do that. So basically I get a file from my remote server but it even crashes before doing anything at all. Yesterday, I've played all day with different link details etc. in Eclipse/mingw