Anyone here knows how I can use templates for my C/C++ plugin?
Hunting around google and also from the error messages it seems using extern “C” doesnt work on templates. Is there a way to get around this? Or must I actually explicitly declare the type instead of using templates?
Thanks for the help.