home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / internet / webpost / readme.txt < prev   
Text File  |  1997-06-10  |  1KB  |  25 lines

  1. ********************************************************************
  2. *                                                                  *
  3. *    Writing Applications with the Microsoft Web Publishing SDK    *
  4. *              Copyright (C) 1997 Microsoft Corporation            *
  5. *                                                                  *
  6. ********************************************************************
  7.  
  8. If you are authoring an application which will use the Web Publishing
  9. API or SPI, then go to the BIN directory of the Internet Client SDK and run
  10. WPSDK.EXE to install the necessary DLLs on your system. Then consult
  11. the API-usage sample in SAMPLES\WEBPOST\WBPOST.
  12.  
  13. If you are authoring a Web Publishing Service Provider for use with
  14. the Web Publishing API, you should install the complete Web Publishing Wizard
  15. so that you can test your provider (this SDK only contains the DLLs required
  16. by authors writing to the Web Publishing API). The Wizard can be downloaded from
  17. http://www.microsoft.com/windows/software/webpost.
  18.  
  19. This SDK includes the source code for a stubbed Service Provider 
  20. (in SAMPLES\WEBPOST\STUBWPP). This code is ready to be compiled, and, when
  21. registered with REGSVR32, will install an "empty" provider on your system
  22. called "Web Publishing Service Provider Stub". All you need to do to implement
  23. your own provider is fill in the implementations of the Service Provider
  24. methods. More details are given in SAMPLES\WEBPOST\STUBWPP\README.TXT.
  25.