Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
WinInet troubleshooting
Message
De
06/04/2000 17:25:54
 
 
À
06/04/2000 17:01:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00356440
Message ID:
00356559
Vues:
28
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform