You'll need to provide more info about what you've tried and what's confusing if you expect someone to be able to help you. The subject area is simply too broad to do more than point you to the relevant documentation at https://github.com/JuliaLang/julia/blob/master/examples/embedding.c, http://docs.julialang.org/en/latest/stdlib/c/, and http://docs.julialang.org/en/latest/devdocs/julia/.
On Monday, May 16, 2016 at 5:28:10 PM UTC-4, Richard Melito wrote: > > Hello, > > I have an application written in C# that needs to pass data to functions I > wrote in Julia. The documentation for how to do this is extremely > confusing, so hopefully someone here can help. > > I would like to turn my Julia code into a .dll to access it. How do I do > that? Am I approaching this problem completely wrong? > > Thanks, > > Richard >
