Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ffi

Linking with a Windows library outside the build folder

windows rust ffi

Why does casting from a reference to a c_void pointer require a double cast? [duplicate]

casting rust ffi

Why does Ada DLL get stuck at adainit when called from Rust over FFI interface?

windows dll rust ada ffi

How to write a pure String to String function in Haskell FFI to C++

How can I create "C Blocks" when using FFI?

rust ffi

How to call a Swift function in Rust?

objective-c swift rust ffi

How can I get a Path from a raw C string (CStr or *const u8)?

rust c-strings ffi

Calling a shared library from Haskell via FFI blocks, while it doesn't when linked from a C program

c++ c haskell ffi

How to wrap a call to a FFI function that uses VarArgs in Rust?

rust variadic-functions ffi

Minimal example of calling a fortran library from go

go fortran ffi

How to force GHC to inline FFI calls?

haskell ghc ffi

How to publish a constant string in the Rust FFI?

rust ffi

CFFI: TypeError: initializer for ctype 'char[]' must be a bytes or list or tuple, not str

python ffi python-cffi

What is the correct way to fill a C string pointer from Rust?

rust c-strings ffi

Fast array access using Racket FFI

opencv racket ffi

How to pass a pointer to LuaJIT ffi to be used as out argument?

lua ffi luajit

When using Luajit, is it better to use FFI or normal lua bindings?

c++ scripting lua ffi luajit

hsc2hs: Mutate a C struct with Haskell

c haskell types ffi hsc2hs

Why does a Box pointer passed to C and back to Rust segfault?

rust ffi

bundle install is not successful cannot install ffi 1.9.9 osx 10.9

rubygems ffi