Jump to content

Creating a WPS class: Difference between revisions

From NikiWiki
m Link
No edit summary
Line 1: Line 1:
Writing a new [[WPS]] class is a three step process.
Moved to [http://www.edm2.com/index.php/Short_overview]
 
# Write your class definition in the Interface Definition Language (IDL).
# Compile the class definition using the SOM compiler.
# 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.

Revision as of 12:56, 22 April 2005

Moved to [1]