Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling an exe from a VFP application
Message
From
07/08/2006 16:59:28
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Calling an exe from a VFP application
Miscellaneous
Thread ID:
01143618
Message ID:
01143618
Views:
57
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.
Next
Reply
Map
View

Click here to load this message in the networking platform