The c++ tag has no wiki summary.
4
votes
2answers
147 views
How to convert data types in a LibraryLink wrapper
I have a dynamic library which I want to load into Mathematica using LibraryLink. I don't have access to the source code of the library, so I need a C wrapper to do the job. In the C wrapper, I would ...