lsl_archived
lsl_archived copied to clipboard
C# pull_sample() entrypoint error
Using pull_sample() in c#, i get an entrypoint error for dll.lsl_destroy_string(). That function seems to be missing from the c# dll. Commenting out the lines in LSL.cs that call dll.lsl_destroy_string() resolves the issue.