文件名称:QWidget中进程间通信
文件大小:29KB
文件格式:RAR
更新时间:2021-07-21 08:24:28
QT
1.使用Windows消息机制 ::SendMessage process1发送消息,process2接受消息 2.使用内存共享 QSharedMemory sharedmemory发送QImage到内存 3.使用共享内存 QSharedMemory 数据类型为自定义结构体 sendMemory发送数据,ReceivedMemory接受数据
【文件预览】:
interProcess
----process1()
--------process1()
----MFC消息.txt(180B)
----sendMemory()
--------main.cpp(183B)
--------mainwindow.ui(2KB)
--------mainwindow.cpp(1KB)
--------mainwindow.h(719B)
--------sendMemory.pro(1KB)
----ReceivedMemory()
--------main.cpp(183B)
--------mainwindow.ui(2KB)
--------mainwindow.cpp(1KB)
--------mainwindow.h(654B)
--------ReceivedMemory.pro(1KB)
----sharedmemory()
--------image.png(10KB)
--------dialog.cpp(5KB)
--------dialog.h(3KB)
--------main.cpp(3KB)
--------sharedmemory.pro(254B)
--------dialog.ui(1KB)
--------qt.png(3KB)
----process2()
--------process2()