The following files are required in order run wwIPStuff:

The following are included for demos and are not required for distribution:

In addition if you only use the HTTP services of wwIPStuff you can use the wwHTTP.prg class which provides the same HTTP functions as the wwIPStuff class in a more lightweight package. You still need wconnect.h, wwUtils and wwIPStuff.dll but you don't need wwIPStuff.vcx which results in much smaller size included into your own projects.

To use the class you'll want to run the supplied LOAD_WWIPSTUFF.PRG file or include that in your project to load the appropriate support classes. To load all classes provided:

SET PROCEDURE TO wwUtils ADDITIVE
SET PROCEDURE TO wwEval ADDITIVE
SET PROCEDURE TO CodeBlockClass ADDITIVE
SET CLASSLIB TO wwIPStuff ADDITIVE
SET CLASSLIB TO wwXML ADDITIVE

Dependencies


Always required:

wwIPStuff.dll is required for:
URLEncoding and URLDecoding with strings larger than 255 characters. Any Async operations. All Email functions. Zip functionality. Domain lookups.

wwEval.prg and CodeBlockclass.prg
Required if you're using the wwHTTPData or wwHTTPCOM classes.

wwXML.vcx
Required for wwHTTPData when serving XML and all examples that use XML


Last Updated: 1/22/2002 | Send topic feedback