This is a multi-part message in MIME format.

------=_NextPart_000_001A_01C486CC.E4A33C90
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi,

Does anyone have already developed or know where I can find
a function that encode/decode a base64 to simple text?
I am implementing a MIME_TEXT parser and the message
encoding is base64.
Does anyone have an idea?

Regards,
Thiago Luiz
------=_NextPart_000_001A_01C486CC.E4A33C90
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.2800.1400" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DVerdana size=3D2>
<DIV><FONT face=3DVerdana size=3D2>Hi,</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2>Does anyone have already developed or =
know where=20
I can find</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2>a function that encode/decode a =
base64 to simple=20
text?</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2>I am implementing a MIME_TEXT parser =
and the=20
message</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2>encoding is base64.</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2>Does anyone have an =
idea?</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2>Regards,</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2>Thiago=20
Luiz</FONT></FONT></DIV></DIV></BODY></HTML>

------=_NextPart_000_001A_01C486CC.E4A33C90--

Re: Base64 encoder/decoder... by Jon

Jon
Fri Aug 20 13:59:53 CDT 2004

Thiago Luiz <thiago_leite@acaciaconsultoria.com.br> wrote:
> Does anyone have already developed or know where I can find
> a function that encode/decode a base64 to simple text?
> I am implementing a MIME_TEXT parser and the message
> encoding is base64.
> Does anyone have an idea?

What platform are you using? (Compact Framework, eVC, eVB, etc)

--
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too

Re: Base64 encoder/decoder... by Thiago

Thiago
Sun Aug 22 01:50:42 CDT 2004

Hi Jon,

I'm using eVC.

thanx

"Jon Skeet [C# MVP]" <skeet@pobox.com> wrote in message =
news:MPG.1b905a8872cff54298b225@msnews.microsoft.com...
> Thiago Luiz <thiago_leite@acaciaconsultoria.com.br> wrote:
> > Does anyone have already developed or know where I can find
> > a function that encode/decode a base64 to simple text?
> > I am implementing a MIME_TEXT parser and the message
> > encoding is base64.
> > Does anyone have an idea?
>=20
> What platform are you using? (Compact Framework, eVC, eVB, etc)
>=20
> --=20
> Jon Skeet - <skeet@pobox.com>
> http://www.pobox.com/~skeet
> If replying to the group, please do not mail me too

Re: Base64 encoder/decoder... by Jon

Jon
Sun Aug 22 01:04:07 CDT 2004

Thiago Luiz <thiago_leite@acaciaconsultoria.com.br> wrote:
> I'm using eVC.

In that case I'm afraid I don't know - although I'm sure there are
bound to be Base64 implementations in C floating around the net - not
ones specifically for CE, just C implementations.

--
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too

Re: Base64 encoder/decoder... by Doug

Doug
Sun Aug 22 15:41:37 CDT 2004

A Google search on "base64 c++ code" brings up numerous links that will
likely solve your problem

Cheers

Doug Forster

"Thiago Luiz" <thiago_leite@acaciaconsultoria.com.br> wrote in message
news:OJcSXL$hEHA.644@tk2msftngp13.phx.gbl...
Hi Jon,

I'm using eVC.

thanx

"Jon Skeet [C# MVP]" <skeet@pobox.com> wrote in message
news:MPG.1b905a8872cff54298b225@msnews.microsoft.com...
> Thiago Luiz <thiago_leite@acaciaconsultoria.com.br> wrote:
> > Does anyone have already developed or know where I can find
> > a function that encode/decode a base64 to simple text?
> > I am implementing a MIME_TEXT parser and the message
> > encoding is base64.
> > Does anyone have an idea?
>
> What platform are you using? (Compact Framework, eVC, eVB, etc)
>
> --
> Jon Skeet - <skeet@pobox.com>
> http://www.pobox.com/~skeet
> If replying to the group, please do not mail me too