Re: [julia-users] How to embed Julia into Visual Studoi 2013?

2015-03-10 Thread Stefan Karpinski
The embedding talked about in that page is how to call Julia from C/C++ programs. While VS2013 is a C++ program, unless you have the source for it, that doesn't really help. It may be possible to write a Julia plugin for VS2013, however, but that would take a lot of time, effort and expertise. On

RE: [julia-users] How to embed Julia into Visual Studoi 2013?

2015-03-10 Thread David Anthoff
@googlegroups.com [mailto:julia-users@googlegroups.com] On Behalf Of Stefan Karpinski Sent: Tuesday, March 10, 2015 6:17 PM To: Julia Users Subject: Re: [julia-users] How to embed Julia into Visual Studoi 2013? The embedding talked about in that page is how to call Julia from C/C++ programs. While

[julia-users] How to embed Julia into Visual Studoi 2013?

2015-03-10 Thread Yuhui ZHI
Hello everyone, I have a question: how to embed Julia into VS2013? I have read this: https://github.com/JuliaLang/julia/blob/release-0.3/doc/manual/embedding.rst But I still have no idea. I am using vs2013 in the system of Windows10. I have created a project and now I want to use Julia in