C-API for camera SDK?
Posted: Mon Jan 23, 2012 2:18 am
while i fully appreciate the simplicity of the C++ CameraSDK, i wanted to ask whether there is also a C-version (or whether you plan to wrap the C++-version into plain C).
C-APIs have the great advantage, that they don't involve name mangling, which means that you can use the same binary library with multiple compilers (or generations of the same compiler).
C-APIs have the great advantage, that they don't involve name mangling, which means that you can use the same binary library with multiple compilers (or generations of the same compiler).