1 Star 0 Fork 0

Eric / 进程间通信

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
Zlib

进程间通信

项目介绍

1.使用Windows消息机制 ::SendMessage process1发送消息,process2接受消息 2.使用内存共享 QSharedMemory sharedmemory发送QImage到内存 3.使用共享内存 QSharedMemory 数据类型为自定义结构体 sendMemory发送数据,ReceivedMemory接受数据

软件架构

Qt环境 MSVC、MinGW都行

源码

源码都在附件里 MFC消息.txt里面主要涉及MFC消息机制参考文档

Copyright (C) 2018 Eric This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution.

简介

1.使用Windows消息机制 ::SendMessage process1发送消息,process2接受消息 2.使用内存共享 QSharedMemory sharedmemory发送QImage到内存 3.使用共享内存 QSharedMemory 数据类型为自定义结构体 sendMemory发送数据,ReceivedMemory接受数据 展开 收起
C++
Zlib
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
C++
1
https://gitee.com/jiushiguang_zhiyun/interprocess_communication.git
git@gitee.com:jiushiguang_zhiyun/interprocess_communication.git
jiushiguang_zhiyun
interprocess_communication
进程间通信
master

搜索帮助