w******e 发帖数: 12 | 1 Want to share memory among different processes that using same .dll
I search online and found two ways:
1. using file mapping, this is way to complex.
2. using #progma data_seg("shared")
Because current project can only be C, no c++ syntax. Is the 2 way a C++
syntax?
Thanks a lot |
|