typedef void(__stdcall * ptest)(char *,char *); /*注意此处必须是__stdcall,该方法在.net中实现的,涉及到夸语言调用,此处必须是__stdcall,否则会出现Run-Time Check Failure #0 - The value of ESP was not properly saved across a functioncall. This is usually a result of calling a function declared with one calling convention with a function pointer declared with a different calling convention.*/