[nodejs] Problems with my Native C++ Addon in Electron

2019-01-09 Thread Vicent Vidal
Recently I developed my first native C++ Addon for node that works fine with my node project (node version 10.15.0) The Addon has been built using XCode, which project has been generating using CMake. I´m having the following error when I use the very same native C++ addon from my Electron app

[nodejs] Re: Embedded node, call c++ -> js

2019-01-09 Thread Vicente Eduardo
I have published recently MetaCall, which is a library that allows you to call functions between languages. NodeJS is one backend supported by it so you will be able to embed NodeJS into your C++ application without dealing with NodeJS internals. I leave here the link to the repository: https:/