Skip to content

Custom Packages using FFI

Compare
Choose a tag to compare
@SujalChoudhari SujalChoudhari released this 04 Oct 09:25
· 22 commits to main since this release
0040a30

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.