#define MYDECL(type) extern "C" _declspec(dllexport) type __stdcall
MYDECL(float) Summ(float a,float b)