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

Thread: RAS server

  1. #1
    Join Date
    May 2002
    Location
    Germany
    Posts
    42

    RAS server

    Hello,

    I'd like to use TAPI in order to establish a connection between a client and a server. But the communication/data transfer should be realized with sockets.

    I know, that RAS is the answer, because it uses TAPI by itself. But I don't know how to setup a RAS server, waiting for an incoming connection from my own application.

    I've read, that only server operating systems are able to setup a RAS server. Is that really true? And how will my own application be informed, that a new connection has been established? Is that possible at all?

    Thx in advance!

  2. #2
    Ejaz's Avatar
    Ejaz is offline Elite Member Power Poster
    Join Date
    Jul 2002
    Location
    Lahore, Pakistan
    Posts
    4,211

    Re: RAS server

    Please don't post multiple threads in different forums. I'm not much experienced with TAPI, but take a look at this. It may provide food for your thoughts.

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