wcstombs_s 中文 42 错误
using namespace System::Runtime::InteropServices;
//fileAdress : system.string^
char* str2 = (char*)(void*)Marshal::StringToHGlobalAnsi(fileAdress);
Marshal::FreeHGlobal((System::IntPtr)str2);
![](http://www.cnblogs.com/images/cnblogs_com/nanshouyong326/90398/o_20080126(020).jpg)
using namespace System::Runtime::InteropServices;
//fileAdress : system.string^
char* str2 = (char*)(void*)Marshal::StringToHGlobalAnsi(fileAdress);
Marshal::FreeHGlobal((System::IntPtr)str2);