Ah I see. If I declare const func1 = :func1 const func2 = :func2
Then @eval ccall((func, "libsomething"), ...) works. Thanks! On Saturday, October 10, 2015 at 1:54:33 PM UTC-4, Andreas Lobinger wrote: > > Hello collea > > *gue,*I think you ran into this > > https://github.com/JuliaLang/julia/issues/8195 > > which i did before. The tuple needs to be constant. > >
