I'm making a Node add-on to expose some functions from libmpg123
to Javascript. Specifically I need to somehow pass back a pointer to a out123_handle
object to javascript, which is produced from out123_new. The examples do not mention passing back a pointer anywhere. I'm a complete newbie to C++ as well as Node add-on so please be gentle. Your help is greatly appreciated!
Asked
Active
Viewed 249 times
6
-
curious about this, did you find an answer? – Alexander Mills Jan 05 '19 at 05:29
-
1Sorry, this has been so long ago that I no longer remember what I did. – Khoi Jan 06 '19 at 02:58