Jump to content

SOM:Interface Definition Language: Difference between revisions

From NikiWiki
Prokushev (talk | contribs)
mNo edit summary
Martini (talk | contribs)
No edit summary
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Interface Definetion Language (IDL) is core of [http://en.wikipedia.org/wiki/System_Object_Model System Object Model]. All classes has definetion of its interface via IDL. With help of [[SOM Compiler]] IDL file can be translated to various formats, including various language bindings. For example, to produce C header you can run
Moved to [http://www.edm2.com/index.php/The_SOM_Interface_Definition_Language]
sc -s"h" somcls.idl
 
to produce DEF file you can run
[[Category:Redirects]]
sc -s"def" somcls.idl
[[SOM Compiler]] uses [[emitter]] to produce corresponding language binding. You can create new bindings using [[Emitter framework]].

Latest revision as of 17:15, 18 July 2017

Moved to [1]