The converter API, kvlclib, is a collection of different converters from and to Kvaser's log formats as well as a few other formats.
Conversion is done stepwise between the formats. In some cases, unsupported input events may be skipped and structurally essential events may be generated if the conversion, calls for it.
The function calls in the API all have names starting with kvlc, e.g kvlcAddDatabase ().
You will need to
in your programs and link with kvlclib.dll on Windows and with libkvlclib.so on Linux.