using winsock after TAPI establish
-
Hi, I have made a connection using TAPI, now can i use Winsock functions and send and receive data using that Sameer
-
Hi, I have made a connection using TAPI, now can i use Winsock functions and send and receive data using that Sameer
I think you should be using RAS API instead (see
RasDial
and friends), which establishes an IP channel thru a modem connection. TAPI is usually restrained to handle link-level connections, not IP stuff. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo -
I think you should be using RAS API instead (see
RasDial
and friends), which establishes an IP channel thru a modem connection. TAPI is usually restrained to handle link-level connections, not IP stuff. Joaquín M López Muñoz Telefónica, Investigación y DesarrolloHi, Can you suggest some site or example. Actually i have a TCP/IP application, but my two computers just have a modem (USB), so i want that one dials into other and then the application starts.. Please suggest Thanx Sameer