473,320 Members | 1,949 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Radix 64 (uuencoded files)

Hi,

What libraries does C# have for UUEncoding a file?
Thanks
Jul 21 '05 #1
4 1834
Hi,

There is the MailEncoding enumeration that has a member UUEncode which
Specifies that the e-mail message uses UUEncode encoding , you have to use
the namespace System.Web.Mail .

to encode some data , there is the ATL Function UUEncode
inline BOOL UUEncode( const BYTE* pbSrcData, int nSrcLen, LPSTR
szDest, int* pnDestLen, LPCTSTR lpszFile = _T("file"), DWORD dwFlags =
0 ) throw( );hope this would help
--
Mohamed Mossad
Microsoft GTSC Developer support for Middle East
<di********@discussion.microsoft.com> wrote in message
news:em**************@TK2MSFTNGP10.phx.gbl...
Hi,

What libraries does C# have for UUEncoding a file?
Thanks

Jul 21 '05 #2
I dont want to mail it I want to save and load it.
"Mohamoss" <Mo************@egdsc.Microsoft.com> wrote in message
news:OC**************@TK2MSFTNGP10.phx.gbl...
Hi,

There is the MailEncoding enumeration that has a member UUEncode which
Specifies that the e-mail message uses UUEncode encoding , you have to use the namespace System.Web.Mail .

to encode some data , there is the ATL Function UUEncode
inline BOOL UUEncode( const BYTE* pbSrcData, int nSrcLen, LPSTR
szDest, int* pnDestLen, LPCTSTR lpszFile = _T("file"), DWORD dwFlags = 0 ) throw( );hope this would help
--
Mohamed Mossad
Microsoft GTSC Developer support for Middle East
<di********@discussion.microsoft.com> wrote in message
news:em**************@TK2MSFTNGP10.phx.gbl...
Hi,

What libraries does C# have for UUEncoding a file?
Thanks


Jul 21 '05 #3
then , I think you still can use the ATL function UUEncode
it reside in the header "atlenc.h" and it has this definition
inline BOOL UUEncode( const BYTE* pbSrcData, int nSrcLen, LPSTR
szDest, int* pnDestLen, LPCTSTR lpszFile = _T("file"), DWORD dwFlags

if you are a bit familiar with c++ you can write an
small dll that expose this function then reference it in your C# solution
<di********@discussion.microsoft.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
I dont want to mail it I want to save and load it.
"Mohamoss" <Mo************@egdsc.Microsoft.com> wrote in message
news:OC**************@TK2MSFTNGP10.phx.gbl...
Hi,

There is the MailEncoding enumeration that has a member UUEncode
which Specifies that the e-mail message uses UUEncode encoding , you have to

use
the namespace System.Web.Mail .

to encode some data , there is the ATL Function UUEncode
inline BOOL UUEncode( const BYTE* pbSrcData, int nSrcLen, LPSTR
szDest, int* pnDestLen, LPCTSTR lpszFile = _T("file"), DWORD

dwFlags =
0 ) throw( );hope this would help
--
Mohamed Mossad
Microsoft GTSC Developer support for Middle East
<di********@discussion.microsoft.com> wrote in message
news:em**************@TK2MSFTNGP10.phx.gbl...
Hi,

What libraries does C# have for UUEncoding a file?
Thanks



Jul 21 '05 #4
<di********@discussion.microsoft.com> wrote in news:emRtuan3DHA.2556
@TK2MSFTNGP10.phx.gbl:
What libraries does C# have for UUEncoding a file?


http://www.IndyProject.org/indy.html

Has full UUE capabilities and is free.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
ELKNews - Get your free copy at http://www.atozedsoftware.com

Jul 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Mike | last post by:
I am sure that I am making a simple boneheaded mistake and I would appreciate your help in spotting in. I have just installed apache_2.0.53-win32-x86-no_ssl.exe php-5.0.3-Win32.zip...
18
by: Kevin Doyle | last post by:
Hi I just found this macro. I want to convert a dword to string using this _ultoa but I don't understand the radix part of the function. what value of radix should I use so as not to effect the...
7
by: Foodbank | last post by:
Hi everyone. I'm having trouble with this radix sorting program. I've gotten some of it coded except for the actual sorting :( The book I'm teaching myself with (Data Structures Using C and...
2
by: Foodbank | last post by:
Hi everyone, I'm having trouble implementing a supposedly simple Least Significant Digit first Radix Sort. The book I'm using gave me somewhat of a template that I touched up (below), but I'm...
1
by: Foodbank | last post by:
Hi, I'm currently teaching myself C data structures in preparation for a job transition and I've just passed the point in which radix sorting was covered in my book. I've recently finished a...
3
by: Tracey | last post by:
I'm learning C++ and was stuck when writing code to convert a negative decimal number string to a hexdecimal number. For example, suppose the function interface is defined as: int atoi( const...
1
by: crimson08 | last post by:
does anyone know how to use radix sorting in a linked list???
3
by: aRTx | last post by:
I have try a couple of time but does not work for me My files everytime are sortet by NAME. I want to Sort my files by Date-desc. Can anyone help me to do it? The Script <? /* ORIGJINALI
0
by: Nick Keighley | last post by:
On Oct 25, 1:50 pm, Eric Sosman <esos...@ieee-dot-org.invalidwrote: since the pointer indicates the "last" digit. It indicates how many digits there are. I'm guessing that N is just some large...
8
by: tejas2991 | last post by:
could someone please gimme the main code for "radix sort" using stack
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.