is it possible to wrap a c++ library into c?
how could i do this?
are there any existing tools?
(need to get access to a existing c++ library but on
Wrap it in C++ cpp that calls that dll, and "extern C" in that file you made.