PDA

View Full Version : QSharedMemory + (de)serialization question.



skorefish
18th January 2015, 10:42
Is it possible to put data Serialized with QDataStream in a QSharedMemory so I can deserialize it in an other program sharing the same memory?

anda_skoa
18th January 2015, 15:07
Yes.

Cheers,
_