Inspired by your question, I have posted an "embedding Julia" CMake project
here:
https://github.com/barche/embedding-julia

It should allow easy compilation of the embedding.c example on Windows
VC++, OS X and Linux.

Cheers,

Bart

On Wed, Aug 3, 2016 at 4:46 AM Kit Adams <[email protected]> wrote:

> Many thanks for these helpful pointers, which led me to this:
> https://node-julia.readme.io/docs/the-windows-situation
>
> Linking against a libopenlibm.lib import library created manually from
> libopenlibm.dll using dumpbin and lib fixed the crash.
>
> Also, in looking to link against libjulia-debug, I noticed the
> lib/libjulia.dll.a and lib/libjulia-debug.dll.a import libraries supply
> with the julia install.
> Linking against these works in VS2012 and saves having to manually create
> an import library from libjulia.dll.
>

Reply via email to