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
It seems, that the header of the Library is missing the extern "C" wrapper. It would be easier to use in C++ programs! I edited it for me by hand and it works just fine.
Add (at the beginning of the correct-header):
#ifdef __cplusplus
extern "C" {
#endif
Add (at the end of the correct-header):
#ifdef __cplusplus
}
#endif
The text was updated successfully, but these errors were encountered:
Hiffi
changed the title
Using Library with C++
Using with C++
May 28, 2018
It seems, that the header of the Library is missing the extern "C" wrapper. It would be easier to use in C++ programs! I edited it for me by hand and it works just fine.
Add (at the beginning of the correct-header):
Add (at the end of the correct-header):
The text was updated successfully, but these errors were encountered: