Post

Replies

Boosts

Views

Activity

Comment on MacOS Swift and dylib: pointer being freed was not allocated
Currently, the function itself seems to work. however, when the C function ends, it delocate value of parameter a and out.     a = logic.merge(a, b);     out.vest = a.vest;     out.arm = a.arm; is all of the code inside the merge itself.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Nov ’22
Comment on MacOS Swift and dylib: pointer being freed was not allocated
oh I was trying several stuff and left the inout there.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Nov ’22
Comment on how to use NWParameters.tls
I also tried it without any append cipher but same issue. I feel like I have something fundamental wrong.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on how to use NWParameters.tls
It was the case, but my coworker gave me a client that works for our windows version of the software to test one for Mac.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on Is it possible for MacOS App to act as web socket server?
thank you I will look at these
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’22