use this style function declaration:

Code:
int _stdcall add(int one, int two)
{
return one + two;
}