Reputation: 85
The title is the question it is.
Legend:
Project A = .Net Core project
Project B = Legacy C++ project
MMF = Persistent Memory-mapped file
Detailed question description:
I currently working on (PROJECT A) which using [DllImport] to import native library which written on C++ to access the MMF.
I have another legacy application (PROJECT B) continuously updating that MMF.
What I want is, if there is some change in specific section of the MMF. We trigger the function in project A.
If you have any clue, please help. Thank you
Upvotes: 2
Views: 738