Closed kubo closed 4 years ago
I've added the changes as requested. Let me know if they work for you. The only question I have is whether someone already added the extern "C"
idiom whether this addition will cause their code to fail?
Thanks. It works.
The only question I have is whether someone already added the extern "C" idiom whether this addition will cause their code to fail?
No.
dpi.h
must be included as follows in C++ source files to avoid C++ name mangling.Could you use this idiom to allow C++ files to include
dpi.h
withoutextern "C" {...}
as follows?