microsoft / IPC

IPC is a C++ library that provides inter-process communication using shared memory on Windows. A .NET wrapper is available which allows interaction with C++ as well.
Other
483 stars 119 forks source link

Solution is not working in VS 2022 #44

Open hansju-11 opened 2 years ago

hansju-11 commented 2 years ago

Can anybody confirm that the solution is working in VS2022. I get errors like:

Error C2440 "return": "initializer list" can not be converted into "IPC::SharedMemory::Allocator" CalcNative ...\IPC-master\IPC-master\Inc\IPC\SharedMemory.h 82

TitansWhale commented 2 years ago

I also encountered the same problem. Do you have a solution?