Nick
About
- Username
- Nick
- Joined
- Visits
- 3
- Last Active
- Roles
- Member
Comments
-
I figured it out, the variable ID which I reference in the callback is defined in the enclosing function of my code snippet and is not a class-level variable, thus I had no way to access it within the callback. Removing the reference to the variable…
-
Hi @JCagle95, I'm using Unmanaged.passRetained because a separate API that I'm using has a function called bridge that causes errors when trying to call it. However, if you look at the source code of bridge, it is simply just a wrapper of Unmanag…
-
Hi @Laura, I'm getting the same error as the name of this discussion thread, but I'm already doing what the supposed solution is: var handlers = MblMwLogDownloadHandler() handlers.context = Unmanaged.passRetained(self).toOpaque() handlers.receiv…