On Sat, Oct 10, 2015 at 2:16 PM, Dominique Orban <[email protected]> wrote: > Ah I see. If I declare > > const func1 = :func1 > const func2 = :func2 > > Then @eval ccall((func, "libsomething"), ...) works. Thanks! >
You can also use cglobal/dlsym > > On Saturday, October 10, 2015 at 1:54:33 PM UTC-4, Andreas Lobinger wrote: >> >> Hello colleague, >> >> I think you ran into this >> >> https://github.com/JuliaLang/julia/issues/8195 >> >> which i did before. The tuple needs to be constant. >> >
