Re: Windows CE (again)

2011-01-18 Thread Vincent Torri
On Tue, Jan 18, 2011 at 3:14 PM, Guenter wrote: > Hi Vincent, > Am 18.01.2011 14:27, schrieb Vincent Torri: > > i would like to know if you are ignoring my reports >> > no; but please keep a bit more patient - after only 31 hours is too early > to nudge again ... :-) > > thanks for your report -

Re: Windows CE (again)

2011-01-18 Thread Guenter
Hi Vincent, Am 18.01.2011 14:27, schrieb Vincent Torri: i would like to know if you are ignoring my reports no; but please keep a bit more patient - after only 31 hours is too early to nudge again ... :-) thanks for your report - pushed: https://github.com/bagder/curl/commit/7fcbdd68b9e0826a0e

Re: Windows CE (again)

2011-01-18 Thread Vincent Torri
Hey i would like to know if you are ignoring my reports thanks vincent torri On Mon, Jan 17, 2011 at 7:20 AM, Vincent Torri wrote: > Hey, > > there's certainly a copy/paste error in acinclude.m4 (found while compiling > with mingw32ce) > > > win32_small_files) > AC_MSG_RESULT([yes (l

Re: Windows CE (again)

2011-01-17 Thread Guenter
Graeme, Am 17.01.2011 21:10, schrieb Graeme Burton: I patched my setup.h with the fix and that works fine. Sorry about the delay in trying it out; I've only just got home from the day job... no prob, and thanks for testing! So our next release will do a bit better :-) Gün. ---

Re: Windows CE (again)

2011-01-17 Thread Graeme Burton
Guenter, >Graeme, >Am 17.01.2011 00:52, schrieb Guenter: >> well, I'm in lazy mode so cant check if these defines are here at 1st >> place or elsewhere; therefore I would like to ask you to test if it >> works when you surround these defines instead with ifndef: >> # ifndef CURL_DISABLE_LDAP >> #

Re: Windows CE (again)

2011-01-16 Thread Vincent Torri
Hey, there's certainly a copy/paste error in acinclude.m4 (found while compiling with mingw32ce) win32_small_files) AC_MSG_RESULT([yes (large file disabled)]) AC_DEFINE_UNQUOTED(USE_WIN32_LARGE_FILES, 1, [Define to 1 if you are building a Windows target without large file

Re: Windows CE (again)

2011-01-16 Thread Vincent Torri
Hey, On Mon, Jan 17, 2011 at 1:36 AM, Guenter wrote: > Graeme, > Am 17.01.2011 00:52, schrieb Guenter: > > well, I'm in lazy mode so cant check if these defines are here at 1st >> place or elsewhere; therefore I would like to ask you to test if it >> works when you surround these defines instea

Re: Windows CE (again)

2011-01-16 Thread Guenter
Graeme, Am 17.01.2011 00:52, schrieb Guenter: well, I'm in lazy mode so cant check if these defines are here at 1st place or elsewhere; therefore I would like to ask you to test if it works when you surround these defines instead with ifndef: # ifndef CURL_DISABLE_LDAP # define CURL_DISABLE_LDAP

Re: Windows CE (again)

2011-01-16 Thread Guenter
Hi Graeme, Am 16.01.2011 14:54, schrieb Graeme Burton: 5) Modify SETUP.H - If HTTP_ONLY is defined, it defines CURL_DISABLE_LDAP, CURL_DISABLE_TELNET and CURL_DISABLE_FILE: however, these three are already defined if we're building for Windows CE. I modified the HTTP_ONLY define

Windows CE (again)

2011-01-16 Thread Graeme Burton
OK, I have now successfully built a Windows CE executable which uses LIBCURL, specifically the HTTP file transfer to allow me to send files from my mobile up to a web site. My development environment is Visual Studio 2005. I built LIBCURL as a static library which I then linked in with my

Re: Windows CE

2011-01-08 Thread Vincent Torri
On Sat, Jan 8, 2011 at 1:18 PM, Michael Wood wrote: > On 8 January 2011 10:21, Vincent Torri wrote: > > > > > > On Wed, Dec 29, 2010 at 5:15 PM, Graeme Burton < > graeme_burto...@yahoo.co.uk> > > wrote: > >> > >> I'm using Visual Studio 2005. > >> > >> I'm using the wcecomp library of Maurice Ka

Re: Windows CE

2011-01-08 Thread Michael Wood
On 8 January 2011 10:21, Vincent Torri wrote: > > > On Wed, Dec 29, 2010 at 5:15 PM, Graeme Burton > wrote: >> >> I'm using Visual Studio 2005. >> >> I'm using the wcecomp library of Maurice Kalinowski, and I had to make a >> few minor changes to the properties as I'm trying to build a static lib

Re: Windows CE

2011-01-08 Thread Vincent Torri
On Wed, Dec 29, 2010 at 5:15 PM, Graeme Burton wrote: > I'm using Visual Studio 2005. > > I'm using the wcecomp library of Maurice Kalinowski, and I had to make a > few minor changes to the properties as I'm trying to build a static library > rather than a DLL. > > The code compiles and builds wit

Re: Windows CE

2010-12-29 Thread Daniel Stenberg
On Wed, 29 Dec 2010, Graeme Burton wrote: I really just want to produce a simple unit tests. As I'm writing the code for Windows CE, I don't think that running it on any other operating system is a valid test. I'm sure that the test suite is very comprehensive and thorough

Re: Windows CE

2010-12-29 Thread Graeme Burton
e could perhaps use something like that, but >our test suite is quite a lot more than just that... I really just want to produce a simple unit tests. As I'm writing the code for Windows CE, I don't think that running it on any other operating system is a valid test. I'm sure

Re: Windows CE

2010-12-29 Thread Graeme Burton
OOPS!!! finger trouble and not thinking about what I'm doing. Pleas.e ignore my last message Apologies to everyone. Graeme. --- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/

Re: Windows CE

2010-12-29 Thread Graeme Burton
, which prompted my questions about unit tests. As I said, I'll document all the changes I made once I've got it working. Graeme From: Vincent Torri To: libcurl development Sent: Tue, 28 December, 2010 14:47:17 Subject: Re: Windows CE Hey, On Tue, D

Re: Windows CE

2010-12-29 Thread Graeme Burton
ember, 2010 14:47:17 Subject: Re: Windows CE Hey, On Tue, Dec 28, 2010 at 3:24 PM, Graeme Burton wrote: Hi, > >I've read several posts about potential ports to Windows CE, but I haven't >actually seen anything in concrete. If anyone has produced a working libcurl >library

Re: Windows CE

2010-12-28 Thread Dan Fandrich
On Tue, Dec 28, 2010 at 04:48:14PM +0100, Daniel Stenberg wrote: > On Tue, 28 Dec 2010, Graeme Burton wrote: > >I want to test the library thoroughly to make sure it's working, > >and running ad hoc tests isn't really going to do an acceptable > >job. I can see that there are Perl scripts which per

Re: Windows CE

2010-12-28 Thread Daniel Stenberg
On Tue, 28 Dec 2010, Vincent Torri wrote: Maybe using the 'check' library ( http://check.sourceforge.net/ ). It's a C unit testing framework. It even works on Windows (i use it in the libs i'm maintaining) For plain and simple unit tests we could perhaps use something like that, but our test

Re: Windows CE

2010-12-28 Thread Vincent Torri
On Tue, Dec 28, 2010 at 4:48 PM, Daniel Stenberg wrote: > On Tue, 28 Dec 2010, Graeme Burton wrote: > > I want to test the library thoroughly to make sure it's working, and >> running ad hoc tests isn't really going to do an acceptable job. I can see >> that there are Perl scripts which perform

Re: Windows CE

2010-12-28 Thread Daniel Stenberg
On Tue, 28 Dec 2010, Graeme Burton wrote: I want to test the library thoroughly to make sure it's working, and running ad hoc tests isn't really going to do an acceptable job. I can see that there are Perl scripts which perform unit tests; however I suspect that I won't be able to get hold of

Re: Windows CE

2010-12-28 Thread Vincent Torri
Hey, On Tue, Dec 28, 2010 at 3:24 PM, Graeme Burton wrote: > Hi, > > I've read several posts about potential ports to Windows CE, but I haven't > actually seen anything in concrete. If anyone has produced a working libcurl > library for Windows CE, I would be very intere

Windows CE

2010-12-28 Thread Graeme Burton
Hi, I've read several posts about potential ports to Windows CE, but I haven't actually seen anything in concrete. If anyone has produced a working libcurl library for Windows CE, I would be very interested in getting hold of a copy. In the meantime, I have successfully built a