Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to understand what changed between 2017 and 2022 versions #145

Open
DavidJameson opened this issue Dec 2, 2024 · 1 comment
Open

Comments

@DavidJameson
Copy link

We've been using version 1.10 or thereabouts since 2017 with our product. Sadly, the person who implemented support for Link died a couple of years ago.
When I upgraded from Ventura to Sequoia last week and rebuilt the source, I got a huge number of warnings, some of which were related to not using the std::prefix in front of Move.

We pulled down the latest version of the source and everything compiled perfectly (no more warnings) but Link doesn't actually work anymore between our product and Live.

Before I get deep into the bowels of debugging this issue, I'm wondering if anyone happens to know what has to be done differently (extra initialization? different values for some parameters? etc) for Link to work given that the code compiled with no issues.

@fgo-ableton
Copy link
Collaborator

Hey David, Sorry to hear that!
There are no changes in Link that should cause any incompatibility. The API still behaves the same and it is compatible on the network with the previous versions.
Apple has changed some security settings in the last years. Maybe that causes the issue. Could you check your security/privacy settings and make sure that your app has access to the local network?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants