Under 64bit Windows 7, I want to start a 64bit executable(myapp64.exe) from a 32bit executable(myapp32.exe). Can I use CreateProcess, ShellExecute or ShellExecuteEx functions in myapp32.exe to do this? Will be there any problems or limitations?
I use Visual C++ 2008 to write both myapp32.exe and myapp64.exe.
Last edited by AlanCCC; January 4th, 2012 at 07:33 PM.
Under 64bit Windows 7, I want to start a 64bit executable(myapp64.exe) from a 32bit executable(myapp32.exe). Can I use CreateProcess, ShellExecute or ShellExecuteEx functions in myapp32.exe to do this? Will be there any problems or limitations?
Did you already try some of these APIs? What problems did you get?
Under 64bit Windows 7, I want to start a 64bit executable(myapp64.exe) from a 32bit executable(myapp32.exe). Can I use CreateProcess, ShellExecute or ShellExecuteEx functions in myapp32.exe to do this? Will be there any problems or limitations?
I use Visual C++ 2008 to write both myapp32.exe and myapp64.exe.
I did it in the past with ::CreateProcess() and didn't encounter any problem.
Cheers
If a post helped you dont forget to "Rate This Post"
Bookmarks