Jump to content

Creating a WPS class: Difference between revisions

From NikiWiki
m Link
Martini (talk | contribs)
No edit summary
 
(One intermediate revision by one other user not shown)
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).
[[Category:Redirects]]
# 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.

Latest revision as of 23:41, 17 July 2017

Moved to [1]