Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ffi

How to implement the RVExtension function for an ArmA 3 DLL in Rust?

c++ rust ffi

Correctly storing a Rust Rc<T> in C-managed memory

rust ffi

Difference between ccall and capi FFI calling conventions

haskell ffi

Can Haskell's inline-C return a typedef to a function pointer?

c haskell ffi inline-c

C++ character encoding when converting from string to const char* for Ruby FFI interface

c++ ruby encoding ffi

Assign an array to *mut c_void

c rust ffi

Why do EnumPrintersA and EnumPrintersW request the same amount of memory?

How to call a Nim function from Rust through C-FFI?

c rust ffi nim-lang

Call prolog predicate from python

python prolog ffi swi-prolog

How can I convert a Vec<T> into a C-friendly *mut T?

rust ffi

Is it necessary to use IO when importing a foreign function that allocates?

haskell allocation ffi

How to make library installed from OPAM available to OCaml?

linux ocaml ffi opam

What is the right way to allocate data to pass to an FFI call?

rust ffi

Is it possible to use a C++ library from Rust when the library uses templates (generics)?

c++ templates rust ffi

How to write reasonml binding for a union type

Haskell undefined reference when calling some win32 api functions

c winapi haskell ffi

How can I index C arrays in Rust?

arrays rust ffi

Rust FFI passing trait object as context to call callbacks on

c rust ffi

ghc 7.4.1 not producing stub.o files

Getting at C binary data from OCaml

c ocaml binary-data ffi