试试这样:MT4_EXPFUNC LPCTSTR __stdcall Hello(LPCTSTR say){MessageBox(NULL,TEXT(say),TEXT("Here is the title for the messagebox"),MB_OK);return say;}
编码 问题将编译器的默认编码设为Unicode即可