Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

modem source code

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
how do I dial out and send a wav file on USRobotics (C++) ( source code)
 
Do you know "IP Works" components from Dev Soft? They have component that connects to RAS via modem. Component name is NetDial. The component is very easy to use (for dialing out and error handling) and stable.

If you want to do tasks like creating new dialup connection from program or update phone book entries then you need to use RASAPI32.DLL API calls in your C++ program. You will find code written for VC++ in MSDN when you search for RASENTRY keyword. You just need to convert it to work with BC++.

Have fun,
Malay M. Thakershi
mthakershi@yahoo.co.in
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top