|
From: stephane w. <ste...@9o...> - 2003-12-28 22:51:47
|
In the Compiler option, I must add "D:/Program = Files/MPICH/SDK/Lib/mpich.lib" to the linker command line to use MPI. But when I close and re-open Dev-C++, the command line is translated as=20 D:/Program Files/MPICH/SDK/Lib/mpich.lib without "". The compiler understand this as 2 phrases like this : D:/Program and = Files/MPICH/SDK/Lib/mpich.lib. How i can solve this problem ? Thank. |