Thread: IPC between MFC and .NET

  1. #1
    Registered User khdani's Avatar
    Join Date
    Oct 2007
    Posts
    42

    IPC between MFC and .NET

    Hello,
    Is there any way in windows to interprocess between MFC application and .NET application
    without changing the MFC applicattion.
    Is it possible to redirect output of a program or use some pipes like in *nix ?
    Thank You

  2. #2
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    Depends on what you want to communicate. What does the MFC application do?
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  3. #3
    Registered User khdani's Avatar
    Join Date
    Oct 2007
    Posts
    42
    The MFC application reads from serial port and writes the results to a binary file. I want to get the data which it reads before it's written to that file.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Windows, MFC, .NET, C++ ???
    By alpha in forum Windows Programming
    Replies: 8
    Last Post: 08-07-2006, 02:31 PM
  2. Which one :MFC, Win32, Windows Forms (.Net)?
    By Robert_Sitter in forum Windows Programming
    Replies: 6
    Last Post: 11-17-2005, 06:15 AM
  3. MFC, WTL or .NET?
    By microchip in forum C++ Programming
    Replies: 7
    Last Post: 11-07-2005, 03:14 PM
  4. MFC with .NET
    By dead_cell in forum C++ Programming
    Replies: 2
    Last Post: 08-20-2002, 12:02 AM
  5. Visual J#
    By mfc2themax in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 10-08-2001, 02:41 PM