Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Starting Task Pane
Message
 
 
To
12/03/2003 11:18:48
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00764782
Message ID:
00764899
Views:
29
>Sergey,
>
>Only have VFP8 loaded on my development machine.... Licensing wise right now I have only one license here at work for this guy. I did version check and wininet.dll was 6.00.2800.1106 (xpsp1.020828-1190) modified Aug 29, 2002 at 5:41:18.
>
>I have no problem with using IE on net or anything else.
>
>Is there anywhere where one might get a virginal wininet.dll with this version?
>
>Wayne Frenck

You don't need VFP8. Try to run following code on your PC (you should get the same error) and on another one inh any VFP version.
DECLARE SHORT InternetGetConnectedState IN wininet ;
			INTEGER @ lpdwFlags,; 
			INTEGER   dwReserved 
m.nFlags = 0
?InternetGetConnectedState(@m.nFlags, 0) 
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform