Creating a WPS class: Difference between revisions
Appearance
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. | ||
# | #Compile the source files using your C compiler. |
Revision as of 14:15, 21 October 2004
- Write your class in the Interface Definition Language (IDL).
- Compile the class definition using the SOM compiler.
- Compile the source files using your C compiler.