It sounds like you're trying to embed libjulia in a Visual-Studio-compiled C application? That might work but I don't think it's been tested recently. The linker error having to do with __imp__ sounds like the wrong dll export/import qualifier, or you weren't linking to the .dll.a import library. Exactly what command line are you running?
On Saturday, July 30, 2016 at 11:17:13 AM UTC-7, [email protected] wrote: > > Hi > > I try to build a Julia sample with Visual Studio, got link error ( > works on Linux). Which library it should link to ? > > unresolved external symbol __imp__jl_atexit_hook referenced in function > unresolved external symbol __imp__jl_init referenced > > > Thanks for the help > Jason > > >
