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?
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?