hFileMapping = CreateFileMapping(INVALID_HANDLE_VALUE, NULL, PAGE_READWRITE, 0, 1024*1024, L"ShareMemoryTest");//这里出错了 //出错提示如下:cannot convert parameter 6 from "unsigned short [16]" to "const char *"
该怎么弄 求帮助
解决方案
40
试试”ShareMemoryTest”或_T(“ShareMemoryTest”)
40
也就是说你的是多字节下的,另一个修改办法可以不用要字符串前面的 L