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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

internet dial up

Status
Not open for further replies.

shaunfrs

Programmer
Joined
Jun 4, 2003
Messages
7
Location
CA
I am working on a project on the Pocket PC platform. I
am developing the program using PenRight's MobileBuilder
with eMbedded Visual C++ 3.0. I am trying to do an modem
autodial from within my program. The only option I have
found is to use the WININET functions. I have included the header file, attached wininet.lib to my project and made sure the dll is on the system. Whenever I use the functions InternetDial, InternetAutodial, InternetAttemptConnect, InternetGetConnectedState, InternetHangup, or InternetAutodialHangup I get error LNK2019. What am I doing wrong? Am I missing something? Are there any other options? Can someone help?
 
Looks like I can use the RAS API.

Shaun (answering my own question)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top