Hopefully this is a brainlessly easy question, but it shows my lack of expertise with C++. I\'m a C# programmer, and I\'ve done extensive work with P/Invoke in the past wit
You have to expose this function with extern "C" otherwise the name gets mangled.
extern "C"