C/C++ embedding on Windows

Hi everyone,

after some configuration hassle I finally found the instructions from Adding text on how to embed Julia on Windows. by NiklasGustafsson · Pull Request #28974 · JuliaLang/julia · GitHub that allow me to build a C/C++ program with embedded Julia interpreter with VS 2017 on WIndows 10.

However, when I start the program I get a "procedure entry point “_zst14__once_functor” not found in the Julia-1.0.2/bin/LLVM.dll.

Can’t find anything helpful regarding this error on the internet. Any ideas what is wrong here?

Sebastian

1 Like

Problem is solved… I had C:\Program Files\LLVM\bin\ in my PATH which somehow seemed to conflict with Julia’s LLVM files.

3 Likes