TsuITOAR / visa-rs

High-level Rust bindings to VISA(Virtual Instrument Software Architecture)
Apache License 2.0
18 stars 4 forks source link

Use correct calling convention for 32-bit VISA #1

Closed harryjph closed 2 years ago

TsuITOAR commented 2 years ago

Thanks for contributing! visa-sys contains ffi bindings to visa library automatically generated by bindgen, should they be changed to extern "system" fn too?

TsuITOAR commented 2 years ago

Oh I just found your request in visa-sys, thanks again.

harryjph commented 2 years ago

No worries! Thanks for making such an awesome project. It's helped me out a lot.