I am attempting to stream data from a c++ application to a C# application using shared memory. Based on example I found, I have:
c++ (sending)
struct
..Actually this is working, I had the update for the variable in the wrong place. I have edited and will leave the code for others.