labstreaminglayer / App-LabRecorder

An application for streaming one or more LSL streams to disk in XDF file format.
MIT License
128 stars 45 forks source link

Build the xdf writer component as separate library #52

Closed tstenner closed 3 years ago

tstenner commented 3 years ago

The XDF writer might be usable for external projects, e.g. with pybind11 bindings.

tstenner commented 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".