Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. shared memeory concepts in windows

shared memeory concepts in windows

Scheduled Pinned Locked Moved C / C++ / MFC
c++tutorial
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    manju23reddy
    wrote on last edited by
    #1

    hi iam doing a project where it has 2 different apps 1. bluetooth app 2. device driver app. both in c++. now can i implement a shared memeory concept in (c++) windows where both the process should access a single place for the data. if possible how to do it.

    R J 2 Replies Last reply
    0
    • M manju23reddy

      hi iam doing a project where it has 2 different apps 1. bluetooth app 2. device driver app. both in c++. now can i implement a shared memeory concept in (c++) windows where both the process should access a single place for the data. if possible how to do it.

      R Offline
      R Offline
      Rajesh R Subramanian
      wrote on last edited by
      #2

      manju23reddy wrote:

      shared memeory concepts

      Actually, the jargon is IPC[^]. There are several ways mechanisms supported by windows to achieve IPC, one of which would be to use WM_COPYDATA[^]. Look up MSDN[^] for more details. You may also search for articles on individual topics at CP and Google. There are plenty of examples around.

      Many are stubborn in pursuit of the path they have chosen, few in pursuit of the goal - Friedrich Nietzsche .·´¯`·->Rajesh<-·´¯`·. [Microsoft MVP - Visual C++]

      1 Reply Last reply
      0
      • M manju23reddy

        hi iam doing a project where it has 2 different apps 1. bluetooth app 2. device driver app. both in c++. now can i implement a shared memeory concept in (c++) windows where both the process should access a single place for the data. if possible how to do it.

        J Offline
        J Offline
        Jijo Raj
        wrote on last edited by
        #3

        If you are trying to exchange data between a device driver and a windows application, then this article[^] will be helpful. Regards, Jijo.

        _____________________________________________________ http://weseetips.com[^] Visual C++ tips and tricks. Updated daily.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups