Introduction - If you have any usage issues, please Google them yourself
Write a WIN32 dynamic link library, simple_dll.dll. The DLL to provide at least two functions (output function): Function 1: accept the two shaping parameters, return them and function 2: accept a string parameter, and return them in reverse order string dynamic link library requires the use of two different calling convention (_cdecl and _stdcall).