tags:

views:

48

answers:

1

Or I need to compile the x32 process into x64 process and then only to use CreateProcess.

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