home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / info / document / access / acswps.doc < prev   
Encoding:
Text File  |  1993-12-17  |  1.6 KB  |  45 lines

  1. AccessWPS is a development tool that allows any PM program to call
  2. any SOM or WPS method for any existing WPS Class or Object directly
  3. from the PM program without the need for SOM or the need to develop
  4. a custom Object. The methods can be called just like any PM, OS/2 or
  5. Compiler API.
  6.  
  7. The tool consists of three DLL's and Import Library, a DEF file and
  8. and include file with the method prototypes for all of the available
  9. SOM and WPS methods.
  10.  
  11. The methods are called just like you would call any normal OS/2 API
  12. and receive the exact same parameters as are described in the
  13. Programming Reference documentation with the following provisions:
  14.  
  15. 1. All method names are preceeded with 'Acs'. For example,
  16. _wpPopulate is called by calling an API Acs_wpPopulate.
  17.  
  18. 2. The AccessWPS agent must be started by issuing the AcsInit API
  19. and, when the program is finished, terminated with the AcsTerminate
  20. API.
  21.  
  22. 3. Because WPS is a separate process, there are problems with
  23. pointers. Special API's have been provided to handle these problems
  24. both when passing pointers to the methods and for handling the
  25. pointers passed back. There is a sample program, AcsTest, which
  26. demonstrates both situations.
  27.  
  28. AccessWPS is available from Carry Associates for $49.95 plus $7.00
  29. for shipping, handling and diskettes. A more detailed information
  30. document is available on request.
  31.  
  32. The address and purchase information is:
  33.  
  34. Carry Associates
  35. 990 Ironwood Court
  36. Marco Island, Fl 33937
  37.  
  38. Tel - 813-642-9126
  39. Fax - 813-642-1007
  40.  
  41. Compuserve 71435,470
  42.  
  43. Purchase Order, Check, Visa and Mastercard are accepted forms of
  44. paynemt.
  45.