Login Page - Create Account

Support Board


Date/Time: Fri, 10 Jan 2025 18:01:22 +0000



Post From: Development Work for ACSIL developer, Grid Window Callable from ACSIL Custom Study

[2016-09-15 00:31:32]
enemyspy - Posts: 306
Hmm thanks for that reply. I don't always get emails notifying me of thread updates for some reason. A shared memory object would make this a lot better. I am not exactly sure how to do that in the context of using it accross seperate languages, is this Possible to have a shared memory object between a native c++ app and c# app? Have trouble with intertwining managed and un-manged code, but need to learn that.

At the moment streaming data to a Forms App via named pipes which is still unstable because of some thread sync issues I have not fixed yet. Still researching and trying to figure that out. I have discovered that is a lot harder than it looks at a glance.