You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A C++ library is not easy to interact with from other languages (e.g. Swift) mainly due to mangling.
Please provide a 'C wrapper' of the library:
extern "C" {
}
What is needed is a makefile that generates the .so/.dylib file and the corresponding .h header file of the C-wrapped version of the library. A sign function should be exported.
The text was updated successfully, but these errors were encountered:
A C++ library is not easy to interact with from other languages (e.g. Swift) mainly due to mangling.
Please provide a 'C wrapper' of the library:
What is needed is a makefile that generates the .so/.dylib file and the corresponding .h header file of the C-wrapped version of the library. A
sign
function should be exported.The text was updated successfully, but these errors were encountered: