【发布时间】:2012-02-02 22:16:26
【问题描述】:
在 64 位 Windows 7 下,我想从 32 位可执行文件 (myapp32.exe) 启动 64 位可执行文件 (myapp64.exe)。我可以在 myapp32.exe 中使用 CreateProcess、ShellExecute 或 ShellExecuteEx 函数来执行此操作吗?会不会有什么问题或者限制?
我使用 Visual C++ 2008 编写 myapp32.exe 和 myapp64.exe。
【问题讨论】:
标签: c++ 32bit-64bit visual-c++