What is the difference between CreateProcess and CreateProcessA?
05:07 17 Jun 2010

What is the difference between CreateProcess and CreateProcessA? Also, are there any alternatives to those in VC++ 2008?

I have also a problem, that I use the CreateProcessA function, this works well in one system but fails in other systems.

Also when I use CreateProcess I get the error cannot convert 2 parameter from CHAR[40] to LPWSTR. I am in Unicode mode.

visual-c++