Is there any example code or help available to compile a Helloworld external using C++, instead of C ?? I have the C version compiling. I have some existing code in C++ that I would like to make an external out of, by basically inserting it into the existing Helloworld app.
An alternative would be using flext, but then another thing to set up and figure out.
An example code wolud be great!