Hi,
I am trying to use CxxWrap on windows.
I am trying to reproduce the “hello world” on the github page.
Questions:
1/ where is #include "jlcxx/jlcxx.hpp" ?
2/ how do I compile to a shared library? ( i have gcc)
3/ does anyone have a step by step tutorial for windows? The documentation seem a bit light for beginners.
Thank you @barche for the link
I will try this. Your link mentions Julia 1.4. Will it work with Julia 1.7?
Julia 1.7 is the only one I can use currently as it has git flag which is configurable to install package that previous version don’t have and is necessary to install packages behind company firewall.
I tried the MSVC method with Julia 1.7, but there are many missing definitions, so I still have to look for a workaround. The VScode devcontainer method should work with any Julia version. Which method you need/prefer also depends on the library you want to wrap (i.e. is it easier to build that library with MSVC or GCC?)