Search code examples
Writing a static cpp library for a haskell stack project...


c++windowshaskellffihaskell-stack

Read More
Why the linker cannot find my local C shared library for use with FFI in Rust?...


crustlinkerlinker-errorsffi

Read More
Why is it not very reliable for rust to pass data on the heap through the Box method?...


rustffibox

Read More
Why does converting a `String` to a `*const i8` and back cause it to change its data?...


rustffi

Read More
How do I convert a C string into a Rust string and back via FFI?...


cffirust

Read More
Compiling Ruby C API (cross-platform)...


crubygccmakefileffi

Read More
"pointer value used where a floating-point was expected", but variable is of type void *...


ccastingffi

Read More
How to publish a constant string in the Rust FFI?...


rustffi

Read More
What is the correct way to obtain a String from a Foreign Function that returns a char pointer...


javaffijava-21java-22java-ffm

Read More
How can I access a C global variable/constant in Rust FFI?...


crustffi

Read More
Rust FFI works fine until I try and use std::cout/std::vector etc...


c++rustffi

Read More
access c char pointer to char pointer in luajit ffi...


pointerscharffiluajit

Read More
How to pass ragged arrays with Haskell FFI...


haskellffi

Read More
Rust zero-cost handling of C two-dimensional array without pointer arithmetic?...


rustffi

Read More
How does one convert a C pointer-to-pointer to a Rust slice of slices?...


rustsliceffi

Read More
How to represent C++ class in java to be used via FFI?...


javac++java-native-interfaceffijava-ffm

Read More
Segfault when requesting accessibility permission via macOS Accessibility API...


macosrustcocoafficore-foundation

Read More
flutter ffi can't find .so file...


androidflutterdartffidart-ffi

Read More
Is there a database of C function signatures?...


cclanginteropffiabi

Read More
Rust public abi for foreign language ffi...


rustffiabi

Read More
Handling Memory Allocation and Pointers in Electron between Node.js and C++ DLL...


c++node.jsdllelectronffi

Read More
Should I use libc::c_char or std::os::raw::c_char?...


rustffi

Read More
PHP FFI - Convert void* to int...


phpc++ffi

Read More
Idiomatic way to compare a [c_char; N] with a given hardcoded string...


stringrustffi

Read More
Is there any way to create a const &'static CStr?...


rustffi

Read More
PHP FFI - Convert PHP array to C pointers array...


phparraysctypesffi

Read More
Caching externally-loaded data in a static variable...


cachingstaticrustffi

Read More
include_str for null terminated string...


rustfficompile-time-constantnull-terminated

Read More
Usage of precompiled library that read/write config in Flutter...


androidflutterdartffi

Read More
When using FFI with Deno how to deal with struct returned by a C function?...


typescriptffideno

Read More
BackNext