Jump to content

Creating a WPS class: Difference between revisions

From NikiWiki
No edit summary
m Link
Line 1: Line 1:
Writing a new WPS class is a three step process.
Writing a new [[WPS]] class is a three step process.


# Write your class definition in the Interface Definition Language (IDL).
# Write your class definition in the Interface Definition Language (IDL).

Revision as of 11:02, 22 April 2005

Writing a new WPS class is a three step process.

  1. Write your class definition in the Interface Definition Language (IDL).
  2. Compile the class definition using the SOM compiler.
  3. Compile the source files emmited by the SOM compiler using your C compiler.

As can be seen there's no magic behind these steps and the only unusual part is creating the IDL file.