FPlatformProcess::CreateProc(....) won't run simple exe

Hi all…

I am using the built in FPatformProcess::CreateProc(…) to launch three different file types.

  • .bat
  • .py
  • .exe

I can get it to run a .BAT batch file and .PY python script… However, I am having issues with .exe types. I can get it to launch something like Notepad.exe just fine, however, if I try to use it to launch a simple C++ hello world app it will not launch the process.

Anyone know why just an extremely bare bones C++ exe would not be able to be launched from CreateProc()???

Thanks so much for any help!