home *** CD-ROM | disk | FTP | other *** search
- AccessWPS is a development tool that allows any PM program to call
- any SOM or WPS method for any existing WPS Class or Object directly
- from the PM program without the need for SOM or the need to develop
- a custom Object. The methods can be called just like any PM, OS/2 or
- Compiler API.
-
- The tool consists of three DLL's and Import Library, a DEF file and
- and include file with the method prototypes for all of the available
- SOM and WPS methods.
-
- The methods are called just like you would call any normal OS/2 API
- and receive the exact same parameters as are described in the
- Programming Reference documentation with the following provisions:
-
- 1. All method names are preceeded with 'Acs'. For example,
- _wpPopulate is called by calling an API Acs_wpPopulate.
-
- 2. The AccessWPS agent must be started by issuing the AcsInit API
- and, when the program is finished, terminated with the AcsTerminate
- API.
-
- 3. Because WPS is a separate process, there are problems with
- pointers. Special API's have been provided to handle these problems
- both when passing pointers to the methods and for handling the
- pointers passed back. There is a sample program, AcsTest, which
- demonstrates both situations.
-
- AccessWPS is available from Carry Associates for $49.95 plus $7.00
- for shipping, handling and diskettes. A more detailed information
- document is available on request.
-
- The address and purchase information is:
-
- Carry Associates
- 990 Ironwood Court
- Marco Island, Fl 33937
-
- Tel - 813-642-9126
- Fax - 813-642-1007
-
- Compuserve 71435,470
-
- Purchase Order, Check, Visa and Mastercard are accepted forms of
- paynemt.
-