개발/C++
3. c# string을 c++ DLL로 전달하는 방법
2023.01.31 - [개발/C++] - 1. VS 2019에서 C++ 프로젝트를 DLL로 빌드하기 2023.01.31 - [개발/C++] - 2. C++ DLL을 C#에서 이용하기 방법1. std::wstring 사용 C++ DLL 코드 #include extern "C" __declspec(dllexport) void FunctionName(const std::wstring& inputString) { std::wcout