Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WinInet troubleshooting
Message
From
06/04/2000 17:25:54
 
 
To
06/04/2000 17:01:38
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00356440
Message ID:
00356559
Views:
24
>Anybody see the problem?

Hi Erik, just a SWAG, but what about changing the return value of InternetOpen to LONG. Since you are passing in the return value of this function to the next one, maybe it has something to do with it.
DECLARE INTEGER InternetOpen IN WinInet.DLL ;
  STRING, ;
  INTEGER, ;
  STRING, ;
  STRING, ;
  INTEGER
Becomes:
DECLARE LONG InternetOpen IN WinInet.DLL ;
  STRING, ;
  INTEGER, ;
  STRING, ;
  STRING, ;
  INTEGER
Just a guess.

HTH,
Bill
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform