IPC icon indicating copy to clipboard operation
IPC copied to clipboard

[native] Make the native part cross-platform

Open ara-ayvazyan opened this issue 7 years ago • 1 comments

There are several components that have Windows-specific implementation (e.g. thread pool, named events) which can be expanded with corresponding cross-platform versions.

ara-ayvazyan avatar Apr 26 '17 20:04 ara-ayvazyan

The best case: For C# part, run on .NET Core / Standard 2.0. (Two C# apps able to IPC each other) For C++ part, compatible with Cross Platform (Two C++ apps able to IPC each other) Eventually, C++ and C# inter-operable with each other on top on base Unix?

edwardchanjw avatar May 19 '18 06:05 edwardchanjw