Sie sind nicht angemeldet.
johnnybra
Junior Member
johnnybra
Junior Member
Thanks for your opinion, but, maybe, it's time to trust them again.Hello
Yes, it is interesting. I write somethink link this with aquaero 4.0, share memory and plugin for samurize (aqualite in samurize web site).
I write also a driver for read and write the aquaero 4 in seven 64 bit.
For your demand, we wait the SDK of the aquaero 5 and now 6. We are waitting for a long time ago, i don't knows how many years ...![]()
![]() |
Quellcode |
1 |
Global\\ |
johnnybra
Junior Member
Thanks you for answer, Sebastian.The problem is: the aqua computer service need access to this shared memory.
Normaly services are isolated in memory from user level software.
User level software can not access shm segments from a service and a service cannot access shm segments from user level software.
a way to handle this issue is to mark the shm segment with the prefix:
![]()
Quellcode
1 Global\\
but this must do the software that supply the shm data.
-