Good Day, I have figured out, what does the exit code 128 represent? For my program, I have forgotten to bundle the necessary (implicit) dlls with it when distributing. You can also use the option /MD in Debug (or /MT in Release) when within Visual Studio 2010. This method does not require you to bundle the (implicit) dlls with your program. However, those dlls that you specifies explicitly must still be bundled. http://msdn.microsoft.com/en-us/library/2kzt1wy3(v=vs.80).aspx Thanks.
Exit Code 128?
如需更全面地了解编译器优化,请参阅优化注意事项.

Exit Code 128?
What does "exit code 128" represents? These happen to all the processes when using Intel MPI Library 4 on Windows Server 2003. My program compile and run well when using MPI Library 4 on Windows Server 2008. Thanks.