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.

I wonder if a libopenlibm.dll.a could be added to the lib folder in future 
releases to ease linking to julia from MSVC?

Thanks again,
Kit

On Wednesday, August 3, 2016 at 2:27:32 AM UTC+12, Tony Kelman wrote:
>
> Can you try building against libjulia-debug or running this in a debugger? 
> You may need to statically link against openlibm.

Reply via email to