My c++ function is given below
# define MyFunction _declspec(dllexport) extern "C" { MyFunction int SubtractNumbers(int a, int b) { return a -