Closed tstenner closed 3 years ago
For now, this is still built as a static library without any explicitely exported symbols. This isn't an issue for pybind11, but other language bindings would need functions marked as __declspec(dllexport)
and extern "C"
.
The XDF writer might be usable for external projects, e.g. with pybind11 bindings.