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

Does it work using run/n option (just for the test)? You may want to try LaunchAppAndWait code from the late Ed Rauh. That's what we're using here to run external processes...
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform