In your C++ DLL: C. __declspec(dllexport) TCHAR* __cdecl testString(); __declspec(dllexport) TCHAR* testString() { return _T("Wheee!"); }
確定! 回上一頁