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:
- Download the dll
- Go to Project->Add Files and add the library file (404ConverterDLL.lib)
- Add the code #include "RBEncode.h" to the top of your source code
- 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
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