Hi all,

I was wondering if memory could be easily shared between application created within visual c++ environment and Qt ?
i'm already sharing memory between two visual c++ applications using CreateFileMapping and want to use Qt to get data from that shared memory.

In few words, i need to send data from a console c++ application (visual c++) to a Qt application ... whats is the fastest way to achieve that

Best Regards,
Hassenman