How to use libwww
- Choose level of thread support
- Base Mode
- Singlethreaded - no special considerations
- Active Mode
- Use internal eventloop in Library
- Passive Mode
- Provide external eventloop
- Provide call back functions
- SGML interface (non-structured stream)
- HTML (structured stream)
- Callback
- Choose parser stream interface
- Include WWWLib.h
- Call HTLibInit() and HTLibTerminate()
- Make a fancy application...
Henrik Frystyk Nielsen, frystyk@w3.org