Click here to Skip to main content
Licence 
First Posted 18 Jul 2001
Views 49,646
Bookmarked 7 times

How to include 404 encoding in your application

By | 18 Jul 2001 | Article
Add 404 encoding to your application with this DLL
Tutorials:     List All    Beginning    Intermediate    Advanced    Add   
By webmaster@ltpb.8m.com (June 30, 2001)

How to include 404 encoding in your application

This article assumes:

You are using Visual C++ 3 or higher



Download the DLL

To include 404 encoding into your application follow these steps:

  1. Download the dll
  2. Go to Project->Add Files and add the library file (404ConverterDLL.lib)
  3. Add the code #include "RBEncode.h" to the top of your source code
  4. Where you want to encode text in your source put:
    CRBEncode foo;
    foo.Encode( );
         //to encode a CString of text


Place the CString variable within the parentheses that holds the text to encode. Both functions return a CString with the result. Also the file 404ConverterDLL.dll is recommended to be in the Windows\System directory where it can be accessed by all applications.
404 files can only be viewed through 404Browser
This DLL file will convert HTML files into a smaller web language 404.


webmaster@ltpb.8m.com

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

(Steven Hicks)n+1

Web Developer

United States United States

Member

A VC++ programmer for 4 years. He also has experence in Basic, C#, ASP.net, HTML, and javascript. Also the webmaster of 404Browser.com and Ltpb.8m.com. He also likes refering to himself in the third person perspective.

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
QuestionHow this library is helpful PinmemberSteven Hicks5:19 20 Jul '01  
QuestionWhat is this? PinmemberAnonymous Pete13:15 19 Jul '01  
AnswerRe: What is this? PinmemberSteven Hicks13:41 19 Jul '01  
GeneralRe: What is this? PinmemberThomas Freudenberg0:54 20 Jul '01  
GeneralRe: What is this? PinmemberSteven Hicks4:07 20 Jul '01  
GeneralOh my.. PinmemberAnonymous16:15 23 Jul '01  
GeneralRe: Oh my.. PinmemberSteven Hicks3:50 24 Jul '01  
GeneralA better idea would be ... PinsussAnonymous15:04 3 Nov '02  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web01 | 2.5.120517.1 | Last Updated 19 Jul 2001
Article Copyright 2001 by (Steven Hicks)n+1
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid