Manage External C Function Files with Resources Management
You can use Resources Management when creating a function calling an external C function, in such a way that the solution can be distributed.
Manage External C Function Files with Resources ManagementYou can use Resources Management when creating a function calling an external C function, in such a way that the solution can be distributed. Note:
To clarify the context, the example below includes building a
simple library with a model using a function calling an external C function.
The core however is the function.
Call an External C Function as Local FilesYou can build a function that uses an external C function from local files on your computer, without adding them as resources. Note:
This solution is local on your computer.
|