On Windows, how to use classes in C++ DLL library from Julia?

CxxWrap supports using Visual Studio, and in fact does so by default on Windows for now, see:

This in fact automates what @tkelman suggests. Also, there are caveats when not using the same compiler as Julia even when going through ccall, discussed here for instance:

2 Likes