HelpWizard Pages Linking Technologies2/en: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 2.x)
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „<strong>Linking Technologies: C Language Actions</strong> link=HelpWizard Pages Start Linking Technologies/en|back Datei:arrowright.…“)
 
Zeile 12: Zeile 12:
printf("hello %s\n", stringValue(inPin));
printf("hello %s\n", stringValue(inPin));


could be connected to other expecco actions and pass a string via the input pin:
could be connected to any other expecco actions and pass a string via the input pin. Here, an expecco dialog pops up, and the entered string is sent to the C function:
[[Datei:C HelloWorld Action1.png|100px]]
[[Datei:C HelloWorld Action1.png|100px]]



Version vom 17. März 2022, 17:43 Uhr

Linking Technologies: C Language Actions

back forward


To call into a C-function inside a library (eg. shared library / dll) or to implement a computation algorithm in C, create a new C-action and type in the code. For example the code:

execute
   printf("hello %s\n", stringValue(inPin));

could be connected to any other expecco actions and pass a string via the input pin. Here, an expecco dialog pops up, and the entered string is sent to the C function: C HelloWorld Action1.png



Copyright © 2014-2024 eXept Software AG