hi guys,

i successfully implemented share memory Using a File Mapping for IPC between two vs2008 applications
( CreateFileMapping + CreateMutex...)

for more info:

http://msdn.microsoft.com/en-us/libr...ng_dde_for_ipc

I'm wondering how to do that between a QT application and a VS2008 program?

I checked a previous post here, but, still confused.
http://www.qtcentre.org/threads/2701...pplication-%29


I also checked QSharedMemory in QT, but, still didn't figure out how to do that. please help. thanks a lot!!!