Not sure if I understand the question but here is what I use to build MPI C++ programs on Linux. If you like, I can post a project setup for Visual Studio .NET 2003. mpicxx maincode.cpp -o maincode -Wno-deprecated Best, Peter.