Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ffi

Automatic conversion of types for FFI calls in Haskell

haskell typeclass ffi

Synchronizing access to FFI calls in Rust (via a global RWLock?)

How to create two ByteStrings calling this external library API?

haskell ffi bytestring

Calling kernel32's ReadProcessMemory in Go

go interop ffi unsafe kernel32

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

Whats the most direct way to convert a Path to a *c_char?

string rust ffi