Custom Packages using FFI
Steps to create custom DLL based package.
- Download the FFI source code (attached)
- Include the
FFI.h
header file in source code - Add functions into the C++ file (exported)
- Create a Definition file, with the same name as
.dll
file. - Compile and publish.