Or I need to compile the x32 process into x64 process and then only to use CreateProcess.
views:
48answers:
1
A:
Yes there is no problem creating a process that is x86 using CreateProcess even know your application is running as x64. Both processes have their own user space and own separate processes.
Brian R. Bondy
2010-04-15 15:38:07