ffi
Dynamic FFI in Go
Is it possible to dynamically load foreign C library (开发者_Go百科dll) and call its functions in Go?[详细]
2023-01-24 07:43 分类:问答Converting a C struct to FFI::Struct
I am having difficulty setting up a struct from the pcap library in FFI. Struct: struct pcap_if { struct pcap_if *next;[详细]
2023-01-20 20:41 分类:问答fastest bidirectional java prolog implementation
I am trying to use a a java-prolog layer on top of my current agent-based simulation. I am running Mac OS X Snow Leopard and Netbeans 6.9 and tried to use JPL from swi-prolog however 开发者_Python百科[详细]
2023-01-15 20:20 分类:问答What are the trade offs between ffi and mri c extensions in ruby?
What are the tr开发者_JS百科ade offs between ffi and mri c extensions in ruby?One obvious tradeoff is that MRI C extensions only work on MRI, whereas FFI extensions work on MRI, YARV, Rubinius and JRu[详细]
2023-01-15 13:50 分类:问答Mixing Haskell and C++
If 开发者_如何学Goyou had the possibility of having an application that would use both Haskell and C++.[详细]
2023-01-12 09:07 分类:问答Automatic conversion of types for FFI calls in Haskell
I have defined the f开发者_如何学运维ollowing module to help me with FFI function export: {-# LANGUAGE MultiParamTypeClasses, FunctionalDependencies, TypeSynonymInstances #-}[详细]
2023-01-09 03:47 分类:问答Jruby and ffi: Function 'xmlFirstElementChild' not found in [libexslt.so]
On a ubuntu server, with everything installed (checked against another pc where this works just fine) When trying to run warble on one of my jruby projects, I get this error:[详细]
2023-01-02 07:55 分类:问答What to do with CSV after export on the iPhone?
One of the requested features for my apps is to have an export feature. Most of the time the data is table-like in nature. As an example, users might enter every day what types of food they ate that d[详细]
2022-12-30 01:07 分类:问答Compiling C lib and OCaml exe using it, all using ocamlfind
I\'m trying to work out how to use ocamlfind to compile a C li开发者_运维问答brary and an OCaml executable using that C library.[详细]
2022-12-29 16:30 分类:问答How do I call C from Go using the "foreign function interface"
How do I use Go\'s \"foreign function interface\" to call out to a C function? This interface is mentioned on 开发者_运维问答the FAQ, but I cannot see it mentioned elsewhere in the docs.Check out thi[详细]
2022-12-28 21:05 分类:问答