CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Jan 2012
    Posts
    13

    Question interfacing two programs

    hi,
    i have developed console program in C language and GUI program in C++ using visual studio 8. now i want to interface my C program with GUI program to use it as one program. any idea how to do it.??

    Regards
    Jawad

  2. #2
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: interfacing two programs

    You could use a TCP socket to create a communication channel between the 2 apps.

  3. #3
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: interfacing two programs

    ... or you could use some other types of Interprocess Communications
    Victor Nijegorodov

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured