This is a multi-part message in MIME format.

------=_NextPart_000_0009_01C54A3F.5BBDFD20
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable


I think there is still a bug with the handling of including FTP =
functions in httplite.dll in WinCe 5.0.

The problem is described for WinCe4.0 in
http://groups-beta.google.com/group/microsoft.public.windowsce.platbuilde=
r/browse_frm/thread/24107a4175591b08/7ae8f90a1c1d7794?hl=3Den&lr=3D&ie=3D=
UTF-8&oe=3DUTF-8&safe=3Doff&rnum=3D2&prev=3D/groups%3Fq%3DMurawski%25#7ae=
8f90a1c1d7794

and later for WinCe42 in
http://groups-beta.google.com/group/microsoft.public.windowsce.platbuilde=
r/browse_thread/thread/6aaf32bcf3e6353b/3bbfa4b1d7e2dd10?q=3Dwindowsce+ht=
tplite&rnum=3D1&hl=3Den#3bbfa4b1d7e2dd10

Under WinCe5.0 I tried

set SYSGEN_HTTPLITE=3D1=20
set SYSGEN_HTTPLITE_FTP=3D1=20
set HTTPLITE_HTTPFTP=3D1=20
set HTTPLITE_COMPONENTS=3Dhttpftp=20
set HTTPLITE_HTTPFTP=3D1=20

FTP function are not included in the dubinet.h header. Am I missing =
something? Or does exist still the bug in WinCe5.0 ? Which workaround is =
necessary for Windows CE5.0. Is it necessary to edit the common header =
dubinet.h ?

Edgar


------=_NextPart_000_0009_01C54A3F.5BBDFD20
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.2627" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>I think there is still a bug with the handling of =
including=20
FTP functions in httplite.dll in WinCe 5.0.</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>The problem is described for WinCe4.0 =
in</FONT></DIV>
<DIV><A=20
href=3D"http://groups-beta.google.com/group/microsoft.public.windowsce.pl=
atbuilder/browse_frm/thread/24107a4175591b08/7ae8f90a1c1d7794?hl=3Den&amp=
;lr=3D&amp;ie=3DUTF-8&amp;oe=3DUTF-8&amp;safe=3Doff&amp;rnum=3D2&amp;prev=
=3D/groups%3Fq%3DMurawski%25#7ae8f90a1c1d7794"><FONT=20
size=3D2>http://groups-beta.google.com/group/microsoft.public.windowsce.p=
latbuilder/browse_frm/thread/24107a4175591b08/7ae8f90a1c1d7794?hl=3Den&am=
p;lr=3D&amp;ie=3DUTF-8&amp;oe=3DUTF-8&amp;safe=3Doff&amp;rnum=3D2&amp;pre=
v=3D/groups%3Fq%3DMurawski%25#7ae8f90a1c1d7794</FONT></A></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>and later for WinCe42 in</FONT></DIV>
<DIV><FONT size=3D2><A=20
href=3D"http://groups-beta.google.com/group/microsoft.public.windowsce.pl=
atbuilder/browse_thread/thread/6aaf32bcf3e6353b/3bbfa4b1d7e2dd10?q=3Dwind=
owsce+httplite&amp;rnum=3D1&amp;hl=3Den#3bbfa4b1d7e2dd10">http://groups-b=
eta.google.com/group/microsoft.public.windowsce.platbuilder/browse_thread=
/thread/6aaf32bcf3e6353b/3bbfa4b1d7e2dd10?q=3Dwindowsce+httplite&amp;rnum=
=3D1&amp;hl=3Den#3bbfa4b1d7e2dd10</A></FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>Under WinCe5.0 I tried</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV>set SYSGEN_HTTPLITE=3D1 <BR>set SYSGEN_HTTPLITE_FTP=3D1 <BR>set=20
HTTPLITE_HTTPFTP=3D1 <BR>set HTTPLITE_COMPONENTS=3Dhttpftp <BR>set=20
HTTPLITE_HTTPFTP=3D1 </DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=3D2>FTP function are not included in the dubinet.h =
header. Am I=20
missing something? Or does exist still the bug in WinCe5.0 ? Which =
workaround is=20
necessary for Windows CE5.0. Is it necessary to edit the common header =
dubinet.h=20
?</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>Edgar</FONT></DIV>
<DIV><BR></DIV></BODY></HTML>

------=_NextPart_000_0009_01C54A3F.5BBDFD20--

Re: HTTPLITE FTP functions by John

John
Wed Apr 27 16:55:37 CDT 2005

This is a multi-part message in MIME format.

------=_NextPart_000_0014_01C54B39.2C495670
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

I fixed the dubinet.h header such that it does the right thing with =
bringing in (or not) the FTP related functions. I think the reason =
you're not seeing them still is that you're not bringing in the =
underlying HTtplite ftp functions. In your settings...

set SYSGEN_HTTPLITE=3D1=20
set SYSGEN_HTTPLITE_FTP=3D1=20
set HTTPLITE_HTTPFTP=3D1=20
set HTTPLITE_COMPONENTS=3Dhttpftp=20
set HTTPLITE_HTTPFTP=3D1=20

Since httplite is a semi-secret component (not so secret now that we =
blab about it on newsgroups :)) and not tested on its own, we don't have =
a "real" sysgen for it. In the past you could do __SYSGEN_HTTPLITE=3D1 =
but in CE 5.0 that trick doesn't work either. So now you'll need to add =
these vars to the environment settings

set CE_EXTRA_MODULES=3Dhttplite
set HTTPLITE_COMPONENTS=3Dhttpftp

and then do a clean rebuild of your platform.

--=20
John Spaith
Software Design Engineer, Windows CE
Microsoft Corporation

Check out the new CE Networking Team Blog at =
http://blogs.msdn.com/cenet/.

This posting is provided "AS IS" with no warranties, and confers no =
rights. =20
You assume all risk for your use. =A9 2003 Microsoft Corporation. All =
rights reserved.

"H. Edgar" <hedgar@noemail.nospam> wrote in message =
news:%23NYoZ6iSFHA.1172@TK2MSFTNGP12.phx.gbl...

I think there is still a bug with the handling of including FTP =
functions in httplite.dll in WinCe 5.0.

The problem is described for WinCe4.0 in
=
http://groups-beta.google.com/group/microsoft.public.windowsce.platbuilde=
r/browse_frm/thread/24107a4175591b08/7ae8f90a1c1d7794?hl=3Den&lr=3D&ie=3D=
UTF-8&oe=3DUTF-8&safe=3Doff&rnum=3D2&prev=3D/groups%3Fq%3DMurawski%25#7ae=
8f90a1c1d7794

and later for WinCe42 in
=
http://groups-beta.google.com/group/microsoft.public.windowsce.platbuilde=
r/browse_thread/thread/6aaf32bcf3e6353b/3bbfa4b1d7e2dd10?q=3Dwindowsce+ht=
tplite&rnum=3D1&hl=3Den#3bbfa4b1d7e2dd10

Under WinCe5.0 I tried

set SYSGEN_HTTPLITE=3D1=20
set SYSGEN_HTTPLITE_FTP=3D1=20
set HTTPLITE_HTTPFTP=3D1=20
set HTTPLITE_COMPONENTS=3Dhttpftp=20
set HTTPLITE_HTTPFTP=3D1=20

FTP function are not included in the dubinet.h header. Am I missing =
something? Or does exist still the bug in WinCe5.0 ? Which workaround is =
necessary for Windows CE5.0. Is it necessary to edit the common header =
dubinet.h ?

Edgar


------=_NextPart_000_0014_01C54B39.2C495670
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.2627" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>I fixed the dubinet.h header such that =
it does the=20
right thing with bringing in (or not) the FTP related functions.&nbsp; I =
think=20
the reason you're not seeing them still is that you're not bringing in =
the=20
underlying HTtplite ftp functions.&nbsp; In your =
settings...</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV>
<DIV>set SYSGEN_HTTPLITE=3D1 <BR>set SYSGEN_HTTPLITE_FTP=3D1 <BR>set=20
HTTPLITE_HTTPFTP=3D1 <BR>set HTTPLITE_COMPONENTS=3Dhttpftp <BR>set=20
HTTPLITE_HTTPFTP=3D1 </DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Since httplite is a semi-secret =
component (not so=20
secret now that we blab about it on newsgroups :)) and not tested on its =
own, we=20
don't have a "real" sysgen for it.&nbsp; In the past you could do=20
__SYSGEN_HTTPLITE=3D1 but in CE 5.0 that trick doesn't work =
either.&nbsp; So now=20
you'll need to add these vars to the environment settings</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>set =
CE_EXTRA_MODULES=3Dhttplite</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>set =
HTTPLITE_COMPONENTS=3Dhttpftp</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>and then do a clean rebuild of your=20
platform.</FONT></DIV></DIV>
<DIV><BR>-- <BR>John Spaith<BR>Software Design Engineer, Windows =
CE<BR>Microsoft=20
Corporation</DIV>
<DIV>&nbsp;</DIV>
<DIV>Check out the new CE Networking Team Blog at <A=20
href=3D"http://blogs.msdn.com/cenet/">http://blogs.msdn.com/cenet/</A>.</=
DIV>
<DIV>&nbsp;</DIV>
<DIV>This posting is provided "AS IS" with no warranties, and confers no =

rights.&nbsp; <BR>You assume all risk for your use. =A9 2003 Microsoft=20
Corporation. All rights reserved.<BR></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"H. Edgar" &lt;<A=20
href=3D"mailto:hedgar@noemail.nospam">hedgar@noemail.nospam</A>&gt; =
wrote in=20
message <A=20
=
href=3D"news:%23NYoZ6iSFHA.1172@TK2MSFTNGP12.phx.gbl">news:%23NYoZ6iSFHA.=
1172@TK2MSFTNGP12.phx.gbl</A>...</DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>I think there is still a bug with the handling of =
including=20
FTP functions in httplite.dll in WinCe 5.0.</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>The problem is described for WinCe4.0 =
in</FONT></DIV>
<DIV><A=20
=
href=3D"http://groups-beta.google.com/group/microsoft.public.windowsce.pl=
atbuilder/browse_frm/thread/24107a4175591b08/7ae8f90a1c1d7794?hl=3Den&amp=
;lr=3D&amp;ie=3DUTF-8&amp;oe=3DUTF-8&amp;safe=3Doff&amp;rnum=3D2&amp;prev=
=3D/groups%3Fq%3DMurawski%25#7ae8f90a1c1d7794"><FONT=20
=
size=3D2>http://groups-beta.google.com/group/microsoft.public.windowsce.p=
latbuilder/browse_frm/thread/24107a4175591b08/7ae8f90a1c1d7794?hl=3Den&am=
p;lr=3D&amp;ie=3DUTF-8&amp;oe=3DUTF-8&amp;safe=3Doff&amp;rnum=3D2&amp;pre=
v=3D/groups%3Fq%3DMurawski%25#7ae8f90a1c1d7794</FONT></A></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>and later for WinCe42 in</FONT></DIV>
<DIV><FONT size=3D2><A=20
=
href=3D"http://groups-beta.google.com/group/microsoft.public.windowsce.pl=
atbuilder/browse_thread/thread/6aaf32bcf3e6353b/3bbfa4b1d7e2dd10?q=3Dwind=
owsce+httplite&amp;rnum=3D1&amp;hl=3Den#3bbfa4b1d7e2dd10">http://groups-b=
eta.google.com/group/microsoft.public.windowsce.platbuilder/browse_thread=
/thread/6aaf32bcf3e6353b/3bbfa4b1d7e2dd10?q=3Dwindowsce+httplite&amp;rnum=
=3D1&amp;hl=3Den#3bbfa4b1d7e2dd10</A></FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>Under WinCe5.0 I tried</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV>set SYSGEN_HTTPLITE=3D1 <BR>set SYSGEN_HTTPLITE_FTP=3D1 <BR>set=20
HTTPLITE_HTTPFTP=3D1 <BR>set HTTPLITE_COMPONENTS=3Dhttpftp <BR>set=20
HTTPLITE_HTTPFTP=3D1 </DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=3D2>FTP function are not included in the dubinet.h =
header. Am I=20
missing something? Or does exist still the bug in WinCe5.0 ? Which =
workaround=20
is necessary for Windows CE5.0. Is it necessary to edit the common =
header=20
dubinet.h ?</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>Edgar</FONT></DIV>
<DIV><BR></DIV></BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_0014_01C54B39.2C495670--


Re: HTTPLITE FTP functions by H

H
Fri Apr 29 04:25:22 CDT 2005

This is a multi-part message in MIME format.

------=_NextPart_000_003A_01C54CAE.2355E760
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

John,
thanks for the information. It solves my problem now. This component is =
very helpfull. I missed it and today too in WinCE3.0.

Edgar
"John Spaith [MS]" <jspaith@ONLINE.microsoft.com> wrote in message =
news:OHxvZP3SFHA.1044@TK2MSFTNGP10.phx.gbl...
I fixed the dubinet.h header such that it does the right thing with =
bringing in (or not) the FTP related functions. I think the reason =
you're not seeing them still is that you're not bringing in the =
underlying HTtplite ftp functions. In your settings...

set SYSGEN_HTTPLITE=3D1=20
set SYSGEN_HTTPLITE_FTP=3D1=20
set HTTPLITE_HTTPFTP=3D1=20
set HTTPLITE_COMPONENTS=3Dhttpftp=20
set HTTPLITE_HTTPFTP=3D1=20

Since httplite is a semi-secret component (not so secret now that we =
blab about it on newsgroups :)) and not tested on its own, we don't have =
a "real" sysgen for it. In the past you could do __SYSGEN_HTTPLITE=3D1 =
but in CE 5.0 that trick doesn't work either. So now you'll need to add =
these vars to the environment settings

set CE_EXTRA_MODULES=3Dhttplite
set HTTPLITE_COMPONENTS=3Dhttpftp

and then do a clean rebuild of your platform.

--=20
John Spaith
Software Design Engineer, Windows CE
Microsoft Corporation

Check out the new CE Networking Team Blog at =
http://blogs.msdn.com/cenet/.

This posting is provided "AS IS" with no warranties, and confers no =
rights. =20
You assume all risk for your use. =A9 2003 Microsoft Corporation. All =
rights reserved.

"H. Edgar" <hedgar@noemail.nospam> wrote in message =
news:%23NYoZ6iSFHA.1172@TK2MSFTNGP12.phx.gbl...

I think there is still a bug with the handling of including FTP =
functions in httplite.dll in WinCe 5.0.

The problem is described for WinCe4.0 in
=
http://groups-beta.google.com/group/microsoft.public.windowsce.platbuilde=
r/browse_frm/thread/24107a4175591b08/7ae8f90a1c1d7794?hl=3Den&lr=3D&ie=3D=
UTF-8&oe=3DUTF-8&safe=3Doff&rnum=3D2&prev=3D/groups%3Fq%3DMurawski%25#7ae=
8f90a1c1d7794

and later for WinCe42 in
=
http://groups-beta.google.com/group/microsoft.public.windowsce.platbuilde=
r/browse_thread/thread/6aaf32bcf3e6353b/3bbfa4b1d7e2dd10?q=3Dwindowsce+ht=
tplite&rnum=3D1&hl=3Den#3bbfa4b1d7e2dd10

Under WinCe5.0 I tried

set SYSGEN_HTTPLITE=3D1=20
set SYSGEN_HTTPLITE_FTP=3D1=20
set HTTPLITE_HTTPFTP=3D1=20
set HTTPLITE_COMPONENTS=3Dhttpftp=20
set HTTPLITE_HTTPFTP=3D1=20

FTP function are not included in the dubinet.h header. Am I missing =
something? Or does exist still the bug in WinCe5.0 ? Which workaround is =
necessary for Windows CE5.0. Is it necessary to edit the common header =
dubinet.h ?

Edgar


------=_NextPart_000_003A_01C54CAE.2355E760
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.2627" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2>John,</FONT></DIV>
<DIV><FONT size=3D2>thanks for the information. It solves my problem =
now. This=20
component is very helpfull. I missed it and today too in =
WinCE3.0.</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>Edgar</FONT></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"John Spaith [MS]" &lt;<A=20
=
href=3D"mailto:jspaith@ONLINE.microsoft.com">jspaith@ONLINE.microsoft.com=
</A>&gt;=20
wrote in message <A=20
=
href=3D"news:OHxvZP3SFHA.1044@TK2MSFTNGP10.phx.gbl">news:OHxvZP3SFHA.1044=
@TK2MSFTNGP10.phx.gbl</A>...</DIV>
<DIV><FONT face=3DArial size=3D2>I fixed the dubinet.h header such =
that it does=20
the right thing with bringing in (or not) the FTP related =
functions.&nbsp; I=20
think the reason you're not seeing them still is that you're not =
bringing in=20
the underlying HTtplite ftp functions.&nbsp; In your =
settings...</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV>
<DIV>set SYSGEN_HTTPLITE=3D1 <BR>set SYSGEN_HTTPLITE_FTP=3D1 <BR>set=20
HTTPLITE_HTTPFTP=3D1 <BR>set HTTPLITE_COMPONENTS=3Dhttpftp <BR>set=20
HTTPLITE_HTTPFTP=3D1 </DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Since httplite is a semi-secret =
component (not so=20
secret now that we blab about it on newsgroups :)) and not tested on =
its own,=20
we don't have a "real" sysgen for it.&nbsp; In the past you could do=20
__SYSGEN_HTTPLITE=3D1 but in CE 5.0 that trick doesn't work =
either.&nbsp; So now=20
you'll need to add these vars to the environment settings</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>set =
CE_EXTRA_MODULES=3Dhttplite</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>set =
HTTPLITE_COMPONENTS=3Dhttpftp</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>and then do a clean rebuild of your=20
platform.</FONT></DIV></DIV>
<DIV><BR>-- <BR>John Spaith<BR>Software Design Engineer, Windows=20
CE<BR>Microsoft Corporation</DIV>
<DIV>&nbsp;</DIV>
<DIV>Check out the new CE Networking Team Blog at <A=20
=
href=3D"http://blogs.msdn.com/cenet/">http://blogs.msdn.com/cenet/</A>.</=
DIV>
<DIV>&nbsp;</DIV>
<DIV>This posting is provided "AS IS" with no warranties, and confers =
no=20
rights.&nbsp; <BR>You assume all risk for your use. =A9 2003 Microsoft =

Corporation. All rights reserved.<BR></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"H. Edgar" &lt;<A=20
href=3D"mailto:hedgar@noemail.nospam">hedgar@noemail.nospam</A>&gt; =
wrote in=20
message <A=20
=
href=3D"news:%23NYoZ6iSFHA.1172@TK2MSFTNGP12.phx.gbl">news:%23NYoZ6iSFHA.=
1172@TK2MSFTNGP12.phx.gbl</A>...</DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>I think there is still a bug with the handling =
of=20
including FTP functions in httplite.dll in WinCe 5.0.</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>The problem is described for WinCe4.0 =
in</FONT></DIV>
<DIV><A=20
=
href=3D"http://groups-beta.google.com/group/microsoft.public.windowsce.pl=
atbuilder/browse_frm/thread/24107a4175591b08/7ae8f90a1c1d7794?hl=3Den&amp=
;lr=3D&amp;ie=3DUTF-8&amp;oe=3DUTF-8&amp;safe=3Doff&amp;rnum=3D2&amp;prev=
=3D/groups%3Fq%3DMurawski%25#7ae8f90a1c1d7794"><FONT=20
=
size=3D2>http://groups-beta.google.com/group/microsoft.public.windowsce.p=
latbuilder/browse_frm/thread/24107a4175591b08/7ae8f90a1c1d7794?hl=3Den&am=
p;lr=3D&amp;ie=3DUTF-8&amp;oe=3DUTF-8&amp;safe=3Doff&amp;rnum=3D2&amp;pre=
v=3D/groups%3Fq%3DMurawski%25#7ae8f90a1c1d7794</FONT></A></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>and later for WinCe42 in</FONT></DIV>
<DIV><FONT size=3D2><A=20
=
href=3D"http://groups-beta.google.com/group/microsoft.public.windowsce.pl=
atbuilder/browse_thread/thread/6aaf32bcf3e6353b/3bbfa4b1d7e2dd10?q=3Dwind=
owsce+httplite&amp;rnum=3D1&amp;hl=3Den#3bbfa4b1d7e2dd10">http://groups-b=
eta.google.com/group/microsoft.public.windowsce.platbuilder/browse_thread=
/thread/6aaf32bcf3e6353b/3bbfa4b1d7e2dd10?q=3Dwindowsce+httplite&amp;rnum=
=3D1&amp;hl=3Den#3bbfa4b1d7e2dd10</A></FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>Under WinCe5.0 I tried</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV>set SYSGEN_HTTPLITE=3D1 <BR>set SYSGEN_HTTPLITE_FTP=3D1 <BR>set =

HTTPLITE_HTTPFTP=3D1 <BR>set HTTPLITE_COMPONENTS=3Dhttpftp <BR>set=20
HTTPLITE_HTTPFTP=3D1 </DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=3D2>FTP function are not included in the dubinet.h =
header. Am=20
I missing something? Or does exist still the bug in WinCe5.0 ? Which =

workaround is necessary for Windows CE5.0. Is it necessary to edit =
the=20
common header dubinet.h ?</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>Edgar</FONT></DIV>
<DIV><BR></DIV></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_003A_01C54CAE.2355E760--