Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calling an exe from a VFP application
Message
De
07/08/2006 16:59:28
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Calling an exe from a VFP application
Divers
Thread ID:
01143618
Message ID:
01143618
Vues:
56
I'm calling an exe by using the following code.

CreateProcess(0, File2Run, 0, 0, 1, ;
NORMAL_PRIORITY_CLASS, 0, 0, @start, @process_info)

The exe (File2Run) uses MS Internet Transfer Control to do a https communication.

The exe can be launched and all the other functions in the exe work fine except https connection. If I run the exe directly from Windows, the https communication works fine. Why it doesn't work with CreateProcess?

Thanks for any help.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform