Search found 1 match

by smurfin4tor
Mon Jul 12, 2021 7:35 pm
Forum: Technical questions
Topic: C++ named pipe not working after protection
Replies: 1
Views: 2669

C++ named pipe not working after protection

Hey, I have two solutions, one C# .NET, one C++. The C# solution created a named pipe to which the c++ solution connects after executing. Protecting the C# solution is fine but once I protect the c++ solution as well the named pipe won't work anymore. This is how i create the named pipe in the C++ s...