sccn / labstreaminglayer

LabStreamingLayer super repository comprising submodules for LSL and associated apps.
Other
522 stars 157 forks source link

Is it possible to compile liblsl to .frameworks or other format which callable in labview? #82

Closed iPsych closed 6 months ago

iPsych commented 2 years ago

In windows, @maltesen shown the possibility to call liblsl in Labview. (https://github.com/maltesen/liblsl-LabVIEW) However, whenever call liblsl.dylib through 'call library function' (https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000YGggCAG&l=en-US) in Mac version of Labview, it crashes.

A few successful MacOS implementation cases of 'call library function' seems only works with .frameworks, not .dylib. Is there any variant of liblsl possibly callable in Labview in MacOS?

cboulay commented 6 months ago

For future visitors, there is some discussion of a Framework here.