Trying to use these external modules, which are written in plain C.
When linking in B4R, "undefined reference errors" occur because the c source files are being converted to cpp files.
Have flagged in Inline C that the functions are c code with extern "C" blocks = see below snippet.
Using the...