ffi专题提供ffi的最新资讯内容,帮你更好的了解ffi。
我正在尝试使用 Dart FFI 动态加载 linux/posix 'stat' 函数。 我假设该函数在 libc.so.6 库中,但是当我尝
我正在尝试将回调函数从 node.js 传递到使用以下函数用 C++ 编写的 dll。 <strong>dll1.cpp</strong> <pre><
我正在迭代一堆 <code>[c_char; 256]</code> 类型的以空字符结尾的 C 字符串,并且必须将它们与一些硬编码值
在一个带有 rust 和 <a href="https://docs.rs/r-efi/3.2.0/r_efi/index.html" rel="nofollow noreferrer">crate r_efi</a> 且没有 rust
我正在尝试使用 Flutter 开发 android 应用程序。我使用 <strong>Flutter FFI</strong> 从 <strong>.C(C 语言)</strong>
我正在创建一个独立的 Qt 共享库。该库基本上充当执行 SQLite 查询的接口,因此它需要使用 QSqlDatabase 模
我正在尝试在 JNI-rs 中使用一些依赖项。 以下是我需要用到的类: <pre><code>org.quartz public class JobDataMap
我有一个外部 64 位 .DLL,我必须将 22 个参数传递给其中一个函数。 Go (go1.16.4 windows/amd64) 最多允许 18 个
我正在尝试按照 <a href="https://idris2.readthedocs.io/en/latest/ffi/ffi.html#ffi-example" rel="nofollow noreferrer">the docs</a>
我正在尝试从 NodeJS 调用 CPP 函数 <pre><code>typedef struct foo { uint8_t *data; int dataSize; } foo
我有一个 C-API 的包装器: <pre class="lang-rust prettyprint-override"><code>#[repr(transparent)] pub struct Request(http_req
我有几个(比方说 5-10 个)大型 C++ 项目。想想每个大约 30-50 个文件。这些项目由其他团队维护,我无
<strong>编辑:</strong> <a href="https://imgur.com/a/yHanYbI" rel="nofollow noreferrer">Documentation for the relevant library methods
找不到FFI错误模块 - 我正在使用Ubuntu 64位和Pharo 1.2.1 我已经编写了一些FFI代码,可以从glibc访问crypt(3)。我想将其更改为从使用apt-get安装的libxcrypt访问crypt。当我从以下方法更改方法时: ffiCrypt: aK...
Haskell FFI / C的性能考虑? - | 如果将Haskell用作从我的C程序中调用的库,则对其进行调用会对性能产生什么影响?例如,如果我有一个问题世界数据集,比如说20kB的数据,而我想运行以下内容: // Go through my 1000 actors and have them ...
我正在使用 <code>cbindgen</code> 为实现 <a href="https://github.com/timClicks/ulid-lite" rel="nofollow noreferrer">small Rust cra
我有一个针对 Android 和 iOS 平台的 Flutter 应用程序。我们需要在用 Java 和 Swift 开发的本机应用程序中重
我正在尝试使用 Dart 的 ffi 包和 MYSQL 的本机 C-Connector 直接连接到带有 Dart 的 MYSQL。 我的 Dart 代码
我想使用 Rust 中的 <a href="https://en.wikipedia.org/wiki/GRIB" rel="nofollow noreferrer">GRIB</a> 库读取从服务器下载的 <
问题是在使用相机并通过 ImageStream 传递帧时, 在调用 <code>src-&gt;data == nullptr</code> 函数时,我不断从 C++