I have created a library that parses a tsv file. Each line parsed is added to an object of another class that is used as a collections.
When I used the template to compile I had some initial issues accessing the filesystem but that has been sorted by modifying the CMAKELists and adding some extra arguments.
Now all compiles ok and I have exposed the functions and members using Glue; I am faced a new issue that I can access a member but when I try to console log the data in that member it does not recognise it.
The code for the library is https://github.com/Constology/XERNative
Any suggesting on what is the best practice to write the Glue code for this library?
I have created a library that parses a tsv file. Each line parsed is added to an object of another class that is used as a collections.
When I used the template to compile I had some initial issues accessing the filesystem but that has been sorted by modifying the CMAKELists and adding some extra arguments.
Now all compiles ok and I have exposed the functions and members using Glue; I am faced a new issue that I can access a member but when I try to console log the data in that member it does not recognise it.
The code for the library is https://github.com/Constology/XERNative
Any suggesting on what is the best practice to write the Glue code for this library?