?> ¿Para qué se utiliza el parámetro `bridgeFile`?... - Aide
QUESTION / RÉPONSE

¿Para qué se utiliza el parámetro `bridgeFile`?

0 consultations

Réponse

Especifica la ruta al módulo de código fuente del archivo puente PROTO.
Action technique liée

Voir la documentation de addPrototypes

Voir l'Action
Thématiques

Voir aussi

addPrototypes
fcmpact

The `addPrototypes` action from the `fcmpact` action set allows for the dynamic definition and registration of external function prototypes within a CAS session. These prototypes, defined using the PROTO statement, are then stored in a specified CAS table, making them available for use in other CASL programs or actions. This is particularly useful for integrating external C/C++ functions into the CAS environment without pre-compilation into a library.

addPrototypes
fcmpact

Fügt die PROTO-Definitionen hinzu und speichert sie in einer Tabelle. Diese Aktion ist entscheidend für die Integration von externem Code (wie C oder C++) in die CAS-Umgebung, indem sie die Schnittstellen (Prototypen) dieser externen Routinen deklariert, sodass sie von CASL oder anderen Aktionen aufgerufen werden können.

addRoutines
fcmpact

Fügt die FCMP-Routinen hinzu und speichert sie in einer Tabelle.