Why does Dart FFI fail to DynamicLibrary.open a DLL once it has dependencies (error code 126)
I’m using Dart FFI for the first time, and I’ve started writing a small C++ library that I want to access using dart:ffi.
I’m using Dart FFI for the first time, and I’ve started writing a small C++ library that I want to access using dart:ffi.