Hi there, I am having difficulties using Modules in any Julia scripts called via C.
In the simplest instance I am getting an 'ErrorException' if I try and
JlEvalString("using MAT") and then try to call atand(x)
This also occurs if I EvalString an include to a script that would
otherwise load modules/work fine if included directly through the Julia
shell rather than via C. What am I missing? Any ideas?
Thanks,
Chris
