Jump to content

Creating a WPS class: Difference between revisions

From NikiWiki
No edit summary
 
No edit summary
Line 1: Line 1:
# Write your class in the Interface Definition Language (IDL)
# Write your class in the Interface Definition Language (IDL).
# Compile the class definition using the SOM compiler.
# Compile the class definition using the SOM compiler.
#Complie the source files using your C compiler.
#Compile the source files using your C compiler.

Revision as of 14:15, 21 October 2004

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