|
-
Jul 29th, 2008, 12:24 PM
#1
Thread Starter
Frenzied Member
[RESOLVED] yEnc decoder (VB6 to C++ conversion)
Hi, I have a yEnc decoder in VB6 that is used for Usenet attachments. It generally works fine and it can decode a 400KB attachment in a few tenths of a second, but when the user is downloading with a fast internet connection (25+ MBit), the decoder can't really keep up anymore and the CPU usage gets much higher.
A DLL written in C++ would be much better for the decoding, unfortunately I don't know any C++.
I already have the C++ code of the decoder function, only the unnecessary code (like the CRC32 checking) needs to be stripped and the code for writing the data to the hard drive needs to be added.
Is anybody with VB6 and C++ knowledge willing to modify/convert the code for me please?
Below you can see the data I need from a yenc encoded file.
http://img230.imageshack.us/img230/2434/imagenn8.png
A small VB6 example is attached with a yEnc encoded file (a JPG image of Jessica Alba) and the C++ code.
Thanks.
<Attachment removed>
Last edited by Chris001; Aug 2nd, 2008 at 06:32 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|