CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
ffi
09-07
Software engineering
How to link a C library in Rust WASI
08-22
other
How to bind openssl c binding via CGO in golang
07-26
Software engineering
C strings - Do pointers to signed char vs unsigned char make a difference when working with strings?
07-20
front end
Can't install `ffi -v 1.12.2` on mac OS Monterey
07-17
Mobile
CGO how to pass slice to rust
06-22
Net
Using a FilePath when interfacing with a function that uses fopen on Windows
06-14
Software engineering
When using bracket with a Ptr as resource, can it be replaced with ForeignPtr?
06-13
front end
How to cast a void pointer into a function with an arbitrary signature in rust
06-03
Enterprise
Love Lua FFI is faster with medium sized functions, but slower with small and large functions
05-06
Blockchain
In Racket's FFI, how do you register a callback that takes a list?
04-05
OS
How to replace cpan Perl utility P5NCI with FFI:Platypus
04-05
Enterprise
flutter how to create an dart:ffi struct reference
02-14
Back-end
Why linking and calling a C function with variadic arguments in Rust causes random functions to be c
01-01
Software engineering
OSError: /usr/lib/ghc/ghc-prim-0.5.2.0/libHSghc-prim-0.5.2.0-ghc8.4.4.so: undefined symbol: stg_gc_u
11-30
Enterprise
Is there a way to export functions in C static library?
11-28
Blockchain
Using shared C library in Idris
11-26
database
How do I statically link a Haskell library with a Rust project?
10-05
Blockchain
Problem with calling C function that receive command line arguments from Rust
Links:
CodePudding