> > Hi Palli, > I have taken your advice and started looking at using Escher and a server (and possibly a virtual machine if the user requires the computations are done locally).
As for compiling the code; I have managed to compile a julia script that solves an LP using JuMP and Cbc (I hadn't switched from "using" to "import" for including the packages). However the executable requires a lot of dlls some of which are linked through a fixed location (eg. C:\...\WinRPM\deps\usr\x86_64-w64-mingw32\sys-root\mingw\bin\libCbcSolver-3.dll). This makes distributing the executable difficult using the current build script. Thanks for the advice. Lee
